Python3 modules providing general utilies and functions.
Run following command (set the proper path to the py_utils/ folder):
python3 -m pip install -e /home/andrea/my_repos/py_utils
In a Python script simply import and then use the module you need as follows:
import py_utils.log
...
py_utils.log.getCustomLogger(...)
- Open Command Palette with Ctrl+Shift+P.
- Select Preferences: Open Workspace Settings.
- Scroll until Python section.
- Look for Auto Complete: Extra Paths and click on Edit in settings.json.
- In the field python.autoComplete.extraPaths add the path to the py_utils/ folder.