vscode and klayout

Hi I'm Erik
I want to do python coding by using vscode envirionment with Klayout
How can i do for that?

Comments

  • Hi, Erik!

    Do you want to use built-in KLayout's Python (pya module) or modules for standalone Python executable (klayout module)? Later case should be straightforward after paths setup. Former case is trickier - you could use Visual Studio Code for writing code and KLayout's built-in Python debugger for debugging. There are still no type annotations for pya module (see https://github.com/KLayout/klayout/issues/1915 for details).

Sign In or Register to comment.