Search code examples
idlenvi

IDL equivalent of python's dir()


In python, dir(X) will list the attributes and methods of object X. Is there something similar for an IDL object?


Solution

  • I couldn't find a command. But in the IDE command line, typing "x." and then hovering your mouse over it will show you what attributes and functions are associated with it.