Skip to content

Fusion 360 Visual Studio Code Extension to create Addins and link intellisense automatically

Notifications You must be signed in to change notification settings

tapnair/fusion-360-helper

 
 

Repository files navigation

Fusion 360 Addin Helper

Fusion Badge

This is an extension that provides some useful functions to help with Addin development.

Features

Automatically detects and sets the following settings for the Python Interpreter if you open a Python Addin with a manifest.

  • python.pythonPath: enables this and points to Fusion Python Location
  • python.autoComplete.extraPaths: adds the adsk library for autocomplete

This can be manually reset with the following commands:

  • Shift+P + Link Fusion 360 Libraries

Requirements

Fusion 360 must be installed on your machine in order for the extension to locate the addin files for configuration.

Extension Settings

Entension includes the following settings in contributes.configuration

This extension contributes the following settings:

  • fusion-360-helper.enabled: enable/disable this extension
  • fusion-360-helper.fusionPath: fusion 360 application path
  • fusion-360-helper.python.pythonPath: fusion 360 python path
  • fusion-360-helper.python.extraLibs: fusion 360 library definition locations

Known Issues

  • OSX Start Fusion 360 Service not currently working
  • OSX still wants an interpretor on my machine for some reason

Release Notes

See CHANGELOG.md

Legal Note

This is privately published and the above logo featured is a trademarked symbol of the Autodesk Coporation. I am publishing this as an individual to benefit the general public. I do not intend to imply Autodesk is in any way liable for any code published by this account or in this extension. Nor anything said or done by the Extension.

About

Fusion 360 Visual Studio Code Extension to create Addins and link intellisense automatically

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%