Importing Grasshopper.dll into Eclipse/PyDev

Hi!

Extending my Eclipse to GH coding/debbuging workflow, I was trying to add Grasshopper.dll as reference in Eclipse with no luck; I used this folder path `“C:\Users\Ángel\AppData\Roaming\McNeel\Rhinoceros\5.0\Plug-ins\Grasshopper (b45a29b1-4343-4035-989e-044e8580d9cf)\0.9.69.0”

The curious thing was that copying the Grashopper.dll and *.xml file into the PyDevRhino folder ("C:\Program Files\Eclipse\pydevrhino") it started working instantly. The only problem is that it’s not detecting properly functions or types inside “g.Kernel.Data.”, but the rest seams to work flawlessly.

And I say that it’s curious because the Rhinoscript reference is loaded from “C:\Users\Ángel\AppData\Roaming\McNeel\Rhinoceros\5.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib” with no problem.