Hi. I just have a problem. I just reinstalled Rhino and I don’t know if I always had this problem.
When I use the Python Editor and start to write, the editor doesn’t give me hints for the auto completion of the actions.
For example:
import rhinoscriptsyntax as rs
points = rs.G (normally there is the drop down menu for Getxxx)
Sounds like the module might not be imported… If you hand type it out, does it work, or does it give you an error message that the module doesn’t exist?
In the editor, what do you have under Tools>Options>Files? Do you have the following two entries?
I’ve just had this happen on a file on my home machine…but just one script. I looked at the issue about docstrings but this doesn’t seem to be it, it worked fine at work earlier today. Funny.