Variable Methods -> how to list/know all of them?

Hi All,

How to know all the methods, which are available for the variable?

For example, each variable has a ‘name’ method, which could be used with the $display system task:
%> $display(“%s = %d”,var**.name**,var); // here var is integer

But how to know ALL the available methods for the variables?

Thank you!

In reply to dmitryl:

I believe only enum variables have a name() method. Each data type has a section in the LRM explaining the available methods for that type.

A good integrated development environment (IDE) would automatically list the available methods for a variable.

In reply to dave_59:

[i] A good integrated development environment (IDE) would automatically list the available methods for a variable.

What IDE would you recommend?