Message 1 of 9
vscode python intellisense

Not applicable
07-26-2020
08:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Intellisense seems to kind of work but of the hop I was trying to access, edit, add userParameters. My code I found to add a user parameter
design.userParameters.add("MyPar", adsk.core.ValueInput.createByReal(5*2.54),"in","")
worked after much research and scouring the forums but I could not get the userParameters to populate after typing design.us <Ctrl+Space>
My VSCode was installed using a one click installer for FIRST Robotics to program primarily Java. It is possible I could be missing key Extensions
I followed the post What-is-the-path-to-fusion-360-api-internal-module-adsk But nothing changed. Some Intellisense does work like with the above design.parentDocument and a few others do populate the list.