Can Sublime index thru all of a current folder’s source/header files so that any word (function/variable) can be right-clicked and the declaration/definiton/references be instantly fetched?
I know Eclipse and Visual Studio Code/Community can do this, but a c/c++ project has to be created every time. I’d much prefer a lightweight editor, no compiler bloat, where you can study a project quickly without resorting to “Find In Files” or other 4 button/click combination, in order to see where a function is actually defined!
Is this possible, or would a commercial editor (Ultraedit, slickedit, QtCreator etc) be the only way? BTW, I’ve read Netbeans IDE does exactly this, but the memory/cpu usage to run it is not exactly light-weight!
Thanks!