How to build auto complete for few modules, with classes, methods and Properties with a vs code exntsion #2704
-
Hey I'm looking at https://github.com/microsoft/vscode-extension-samples/tree/main/lsp-sample and i want to do something similar for few modules with their content. Is it possible to do that using a large nested json file? Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For MicroPython+ QuecPython it's possible to use extrapaths from pylance, which is easy to use and implement. |
Beta Was this translation helpful? Give feedback.
For MicroPython+ QuecPython it's possible to use extrapaths from pylance, which is easy to use and implement.
Docs: https://code.visualstudio.com/docs/python/settings-reference
Cheers