Hi,
Is there a documentation of Grasshoppper Python editor shortcuts?
For instance I am searching an equal shortcut to comment/uncomment the selected code: e.g. In Visual Studio or VSCode I use Ctrl+K and Ctrl+C.
Hi,
Is there a documentation of Grasshoppper Python editor shortcuts?
For instance I am searching an equal shortcut to comment/uncomment the selected code: e.g. In Visual Studio or VSCode I use Ctrl+K and Ctrl+C.
There is no documentation as far as I know, besides the ones under the File
and Edit
dropdown menus. That said, someone did discover a “secret” comment/uncomment shortcut (edit: for posterity, it’s Ctrl + /
) over on the old forum (that I sadly can’t use on my 75% ISO keyboard, so I comment out blocks as docstrings). There might still be more to discover🤷‍♂️
Thank you, the ctrl + /
and f5
is such a helper.