ccc159 / RhinoPythonForVscode

18 stars 7 forks source link

Unresolved import 'Rhino' #3

Closed fuku0211 closed 5 years ago

fuku0211 commented 5 years ago

Thank you for useful extension. AutoComplete doesn't work when importing RhinoCommon. Do you have any idea?

Rhinoceros Version : 5.14.522.8390 VSCode : 1.29.1 CodeListener : 0.1.7.0

win1-02

"python.linting.pylintArgs": ["--errors-only","--disable=E0001","--disable=E0401"],
"python.autoComplete.extraPaths": [
    "‪C:/Users/main/AppData/Roaming/McNeel/Rhinoceros/5.0/Plug-ins/CodeListener (8c4235b6-64bc-4508-9166-bef8aa151085)/0.1.7.0/AutoComplete",
    "C:/Users/main/AppData/Roaming/McNeel/Rhinoceros/5.0/Plug-ins/IronPython (814d908a-e25c-493d-97e9-ee3861957f49)/settings/lib",
    "C:/Users/main/AppData/Roaming/McNeel/Rhinoceros/5.0/scripts",
    "C:/Program Files/Rhinoceros 5 (64-bit)/Plug-ins/IronPython/Lib"
],
"RhinoPython.Enabled": true,
"RhinoPython.ResetAndRun": true,
"python.jediEnabled": false,
fuku0211 commented 5 years ago

Resolved this issue with updating to Rhino6.