Notepad3
Notepad3 copied to clipboard
How to go to a function definition ?
Hi,
I'm using Notepad3 v5.21.1129.1 on W10.
How to go to a function definition ?
Notepad3 is not aware of function declaration/definition and jumping to it - you have to use more advanced IDE for this. Recommendation: VSCode.
@RaiKoHoff Visual Studio Code seems be to based on Electron which is himself based on the Chromium browser engine which is memory greedy.
I think I'll use notepad++ in the meantime you implement, if ever, that functionality.