Info about make module available for LSP

This commit is contained in:
Jean-Claude 2023-12-20 21:45:03 +01:00
parent d1ac9a7781
commit 7c8ec8ca1b
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 4 additions and 0 deletions

View File

@ -23,3 +23,7 @@
### Profile single function/method
- Import `from profilehooks import profile`
- Add `@profile` to function to profile
## Make some local module available to another module
> Useful for developing a plugin
- Create symlink to that moduel in `.venv/lib/python3.11/site-packages/`