HI All,
I got a chance to snoop around and make my way of using pycharm as IDE for ghpython.
My question is, is there a workaround for unresolved references since the variable input came from the gh itself?
Example:
this start_pt
and z-ht
variable came from gh and it wasn’t declared first in pycharm, i know that it is only an external editor and i won’t get it if i use the ghpython editor itself but i saw a tutorial using atom and he’s not getting this. maybe it is what it is but I just want to know.
also while i’m here does the way i do it correct? for this to execute i’d have to put a trigger component? or there’s another way to execute it? tried to to run inside pycharm but im getting an error eventhough, site-stubs are already added as well as adding the rhino-stubs as packages. Autocomplete is working well. Thanks!