script-sync
script-sync copied to clipboard
Add automatic install of Intellisense when installing vscode extension
Many entry-level users are bugged by the fact that VSCode is not autocompleting RhinoCommons's libraries. This is because the stubs are not installed:
pip install --user --upgrade Rhino-stubs
Maybe this installation should be added directly from the VSIX extension installation.