CTags is a tool that can make your text editor “understand” code. Most importantly (at least for me), I can use it to jump to function definitions, a feature that is enabled by default in more “advanced” programming IDEs.

This is how to use Ctags in the KDE text editor Kate:

$ sudo apt install exuberant-ctags 

Last updated: 2020-11-06

Back to the front page