gtalarico / ironpython-stubs

Autocomplete stubs for common IronPython/.NET libraries
Other
248 stars 80 forks source link

Issues getting Revit API functionality in IDEs #22

Open yafimski opened 4 years ago

yafimski commented 4 years ago

Hi, I've followed all the installation and setup tutorials but I keep running into issues trying to use for example: Autodesk.Revit.DB in any of the IDEs. I've tried VS Code, Sublime, but they simply don't work.

I have Python 2.7 and 3.8 installed. But the autocomplete for these Revit libraries simply doesn't appear.

Any idea how to start understanding what is missing?

toothless92 commented 1 year ago

Leaving this for others that may find it useful, I have made a script to fix typing issues, see here: https://github.com/gtalarico/ironpython-stubs/pull/35