KDevelop TechNotes Issue #4

The fourth issue of "KDevelop TechNotes" is out. This issue describes code navigation in the KDevelop IDE. Read on to learn about the most effective ways to navigate your code with keyboard shortcuts, context menus and "Quick Open..." wizards. The article also gives some useful information about toolview management with keyboard and also describes code navigation features available only to C++ developers.

Dot Categories: 

Comments

by teatime (not verified)

Alexander left out a few..

Classview - lists your classes and methods, available for most supported languages.

Bookmarks - lets you quickly find your way back to that particular place in that rarely visited code...

CTAGS - very fast tag based identifier lookup, available for most supported languages.