Hi,
When I develop code on a Linux computer, is there a way to index functions, modules, variables and other identifiers for quick search when the source code is spread over about a million lines of code / PER, with multiple folders and subfolders, and very many applications (MAIN functions)?
Currently only Visual Studio Code lets me search and find what I need, but some colleagues are more comfortable with VIM: how can they get a useful search, and possibly auto-complete?
For languages such as C and C++, there is the ctags tool that works well with VIM. Is there a similar tool for the Genero BDL? Do I need to write one from scratch?
This is assuming also that the Genero Studio GUI is not an option.
Regards,