Sublime Forum

Is it possible open Class file by double-clicking in code on his name?

#1

Hi All!
I using Sublime Text 3 with MavensMate and my question is:

Is it possible open Class file by double-clicking in code on his name? What package can i install to achieve this effect ?

thank you !

0 Likes

#2

Use right click and “Open Definition”. You can make it work for double clicking but it will override the default binding.

0 Likes

#3

thank you for help, FichteFoll, but i don’t have this item in menu …

0 Likes

#4

This item is very tricky, it will only be shown if you click on a term (class/functions name, etc) that in the index.

0 Likes

#5

Is the file with the class definition in your project?

0 Likes

#6

Yes, also this is Salesforce project

0 Likes

#7

We can open the class file which is inside the project directory by pressing Ctrl + P and type the class name and it will give you the file list and select the file.

Note: I’m using Fedora Linux - Sublime text 3 version

0 Likes