Sublime Forum

Feature Request: properties & methods list

#1

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

0 Likes

#2

Several options here:

  • Super+R

  • The CTags package

  • The GTags package

OK, these will not do exactly what you asked for, but close enough.

0 Likes