Hey there, I have red several topics about this, but it’s not clear to me on each topic if that is about the Rhino Scripting or the Grasshopper Script component… so here I am, asking again
GhPython component in Rhino7 has this very useful help, autocomplete, suggest… it makes you feel like the script component truly loves you and does its best to enable your poor skills by suggesting stuff without having to alt+tab to Rhinocommon API page every time
Script component in Rhino8 is more on its own, almost never suggests anything at all, and it never shows any help for methods and stuff… it gives me some notepad vibes, and doesn’t make me feel as loved as I was by the R7 one
not even when importing libraries like ghpythonlib… in R7 to get
from ghpythonlib import treehelpers as th
I could just: from ghp [Enter] import tr [Enter] as th
while in R8 you have to type every single character in it
is there something odd in my r8 installation? or is this still under development? or this is my life now?
[edit/update]