Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Intellisense on VSCode on Python API

Anonymous

Intellisense on VSCode on Python API

Anonymous
Not applicable

Hi,

 

Did anyone succeed in intellisense (=autocomplete) adsk Python module in VSCode?

I'm currently working on mac and this forum post and the link in the post describe how to do that didn't work for me.

 

Can anybody help me with this? Is anybody working on vscode or vstudio with adsk autocomplete?

 

Best,

Joe

1 Like
Reply
1,817 Views
4 Replies
Replies (4)

Anonymous
Not applicable

I use this setting on my workspace setting and it works for me, but only for the intellisense, not for debug or run

"python.autoComplete.extraPaths": [
"C:\\Program Files\\Autodesk\\webdeploy\\production\\<xxxxxx>\\Api\\Python\\packages\\adsk\\defs"
],
 

i´m using this python extension.

change the <xxxxxx> with your fusion version volder

2 Likes

DovetailTechnology
Explorer
Explorer

Does anyone know where this is located on MacOS? Or could someone upload a copy of the latest intellisense file so I can download and link to it?

0 Likes

Archana_Gurav
Autodesk
Autodesk

it is located at "/Users/xxxx/Library/Application Support/Autodesk/Autodesk Fusion 360/API/Python/defs"

replace xxxx with user name.

 

Regards,

Archana

 


Archana Gurav
Software Developer Fusion 360
LinkedIn
Autodesk, Inc.
0 Likes

gnrr
Enthusiast
Enthusiast

@Anonymous wrote:

I use this setting on my workspace setting and it works for me, but only for the intellisense, not for debug or run

"python.autoComplete.extraPaths": [
"C:\\Program Files\\Autodesk\\webdeploy\\production\\<xxxxxx>\\Api\\Python\\packages\\adsk\\defs"
],
 

i´m using this python extension.

change the <xxxxxx> with your fusion version volder


It's 2020 now.

Under my windows 10, the folder "C:\\Program Files\Autodesk\" contains nothing but a folder "Application Plugins".
Perhaps the latest version of Fusion360 had moved the folder to anywhere?

 

Incidentally, my shortcut of "FusionLauncher.exe" seems to point:
  C:\Users\<USERNAME>\AppData\Local\Autodesk\webdeploy\production\<xxxx>\FusionLauncher.exe


thx.

0 Likes