RhinoPythonForVscode
RhinoPythonForVscode copied to clipboard
By this I can let the program decide when to send these commands.
Hi, I'm having trouble configuring VScode: ModuleNotFoundError: No module named 'scriptcontext' scriptcontext.py is in the IronPython folder just as it should be. Any idea why scriptcontext (and also rhinoscriptsyntax) aren't...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Managed to make the autocomplete work for Rhino and rhinoscriptsyntax by using Python 2.7.0 AutoComplete doesn't work with Eto modules. Is this even possible?
As Mentioned in the title. I just wondering Can RhinoPythonForVscode build a plugin directly like typing C# in Visual studio with RhinoCommon?
I had the problem where code completion is not working for Rhino.RhinoDoc. Upon investigation I noticed there is two flagged error in the init.py. Two function signatures have a line...
Thanks for the extension! It's been working perfectly other than the autocomplete. Code completion works for `rhinoscriptsyntax`, but not for `Rhino.Geometry` though they both import just fine. If you have...