Das Wissen aller Anwender nutzen

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.

Es erwarten Sie:

  • Foren-Vielfalt aus CAD Architektur, CAD Ingenieurbau uvm.
  • Tipps von User für User
  • international: Deutsch, Englisch, Italienisch, Französisch und Tschechisch

Melden Sie sich jetzt an und diskutieren Sie mit!

Zur Registrierung

[Frage] *.pyi library can't spellcheck in VsCode


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.

Anhänge (1)

Typ: image/gif
56-mal heruntergeladen
Größe: 534,54 KiB

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