- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I observe that code suggestions in VS Code for Python are limited by the absence of type hints in the Fusion 360 interface libraries. For the reader who wants background on type hints and suggestions, check out this link: typing — Support for type hints
Enabling type hints makes mastering a new and complex API far easier, far safer, and frankly a lot more fun. Just hit "control-space" and you get the full list of functions and members that apply to that context and just have to pick one to have it pasted in without typos. Requiring an edit/compile/debug cycle to fix what ought to be a simple spell-check error is reminiscent of the 1970s when everyone used "vi" and was happy to spend months memorizing everything. I don't have the budget for that.
I can see the need to maintain backwards compatibility. Python has it's significant issues here. That said, I believe this is so valuable that it would be worth maintaining a permanent version branch.
Does this already exist and I haven't found it yet? Are there plans to add this to the Python API for Fusion 360?
Solved! Go to Solution.