Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notepad++ plugin for Ctrl+click to method

Hi all I use many text editors but mainly notepad++ and I search for functionality similar to Komodo Edit. You can hold Ctrl button and click on a method and property and it jump to its definition.

Is there plugin for npp that do that?

like image 964
kode Avatar asked Jan 13 '11 20:01

kode


People also ask

What does Ctrl d do in Notepad ++?

What ctrl-d does: It selects the next occurence of the current selection as added multiselection. You can use it to very quickly rename variables. In Notepad++ you have to use the mouse, which is much slower, or the replace function.


1 Answers

SourceCookifier looks to do what you want, as well as a few other features that come along with parsing the open files.

like image 161
Casey Kuball Avatar answered Nov 03 '22 21:11

Casey Kuball