Kate Include Helper Plugin is a plugin for the Kate editor in KDE SC that is intended to simplify the hard life of C/C++ programmers who use Kate to write code.
Developer comments
First of all, I tired to use the file browser to open mine (or system) header files. With this version 0.1 of the plugin one may press F10 to open a header file that has its name under cursor. Actually, you are not even required to move a cursor to a file name if the current line starts with #include directive...
Product's homepage
Requirements:
· KDE Software Compilation
What's New in This Release: [ read full changelog ]
· Add a list of file extesnsions to be ignored by `#include` autocompleter (per session)
· Fix regression with header file presence checker
· Some code cleanup (before going to make a branch for indexing feature implementation)