script-sync
script-sync copied to clipboard
Rhino/Grasshopper/VSCode plug-in to run C# and Python (IronPython or CPython) scripts directly from VSCode.
When script-sync is connected to rhino vscode pops up an error message (made by me) although everything is ok and conneection is good. It should be erased or implement a...
It would be maybe nice if datatrees are automatically parsed into nested lists in input component. It might slow down the component but thing would be much easier to prototype....
**Describe the wished feature** Right now if `main.py` is importing `moduleA.py` the modifications in `moduleA.py` in vscode to be effective you need to go back to `main.py` and do `ctrl...
**Describe the wished feature** This was a feature in the old ScriptEditor of RhinoV7. When you typed a RhinoCommons function before closing the parenthesis it showed you the documentation of...
**Describe the bug** It did work at some point so I know it should be able to run, however: When after selecting the python file in GH, the component is...
Since (8.8.24170.13001, 2024-06-18) Rhino update the component is not updating the `RunScript()` params when clicking on the component. 
**Describe the wished feature** Are there plans to support C # in Grasshopper? C # is a widely used programming language, looking forward to supporting C # in Grasshopper
This PR is a first attempt to build a C# gh plug-in to integrate mainly C# script-snyc in grasshopper and potentially port Python gh script-sync. ## new features - a...
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: ```py pip install --user --upgrade Rhino-stubs ```...
 right now the script sync server side is fired immediately when vscode is opened. In grasshopper still, there is this warning although the script is working: ``` 1. script-sync::Not...