script-sync icon indicating copy to clipboard operation
script-sync copied to clipboard

Rhino/Grasshopper/VSCode plug-in to run C# and Python (IronPython or CPython) scripts directly from VSCode.

Results 14 script-sync issues
Sort by recently updated
recently updated
newest added

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...

bug

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....

feature_request

**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...

feature_request

**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...

feature_request

**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...

help wanted

Since (8.8.24170.13001, 2024-06-18) Rhino update the component is not updating the `RunScript()` params when clicking on the component. ![image](https://github.com/user-attachments/assets/9a270f4b-815b-4f25-a6a3-d60ef02b9545)

bug
wontfix
high_priority

**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

feature_request

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...

enhancement

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 ```...

feature_request

![Image](https://github.com/user-attachments/assets/d41f89ff-0c82-43a7-a4c0-7352f949d75c) 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...

bug
grasshopper