Hi, I added the "vscode-builtin-python": "https://open-vsx.org/api/vscode/python/1.44.2/file/vscode.python-1.44.2.vsix"
in my theiaPlugins section for Python Language support. Syntax highlighting works fine, but I am missing Code completion. Do I need to configure something or is there a better alternative to this VS Code Extension?
@paulf98 the vscode-builtin-python
extension is the basic python extension included (builtin) with vscode (generally syntax highlighting and snippets). If you require additional python support, the main extension is vscode-python
: https://open-vsx.org/extension/ms-python/python.
This extension is included in our theia-python-docker
example: