hi,
it would be great to have a list of the properties and methods displayed like the minimap.
if this exists already im sorry.
for properties
+myVar: DataType
+myVar2: DataType
-myPrivateVar: DataType
for methods/functions
+myFunction(param: DataType, param2: DataType):DataType
-myPrivateFunction(param: DataType, param2: DataType):DataType
thanks,
carlos