hello. Users and developers.
I am studying to develop Pythonpart using VsCode.
As in the gif file attached below, the pyi library item is not automatically checked for spelling. Please let me know how I should adjust the settings.
Im Allplan Connect Forum tauschen sich Anwender aus, geben wertvolle Tipps oder beraten sich bei ganz konkreten Aufgabenstellungen − auch international.
Und damit wirklich keine Frage unbeantwortet bleibt, unterstützen die Mitarbeiter des Technischen Supports ebenfalls aktiv das Forum.
Melden Sie sich jetzt an und diskutieren Sie mit!
hello. Users and developers.
I am studying to develop Pythonpart using VsCode.
As in the gif file attached below, the pyi library item is not automatically checked for spelling. Please let me know how I should adjust the settings.
Hello,
you can use the PythonPart CreateVisualStudioCodeWorkspace from ToolAndStartExamples to create a VS Code workspace with all the necessary settings.
Or you need to add
"python.analysis.stubPath": "xxx\\ETC\\PythonPartsFramework\\InterfaceStubs",
to the workspace settings.
Best regards
Horst