Importing rhinoscriptsintax to visual studio code

image
Hi ! I would like to import rhinoscriptsintax module to visual studio code with python, thank you

solved it, i have downloaded the rhinoscriptsintax repository from github and imported the library in to the project.

in case anyone need it

image

1 Like

How did you do that, please give some hints.
In my case, I tried this

  1. downloaded the library with a name “externalLib”
  2. import it in the python file with the path to that …/externalLib.rhinoscriptsyntax
    — this is not working in externalLib.rhinoscriptsyntax–error says module not found.
    I tried this " from externalLib.Scripts.rhinoscriptsyntax import * " doesn’t work.