Skip to content

KDevelop TechNotes Issue #4

Saturday, 25 December 2004  |  Adymo

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.

Comments:

And let's not forget... - teatime - 2004-12-28

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.