KDevelop TechNotes Issue #4

    2004
    25
    Dec
    Developer

    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

    Score: 0

    And let's not forget...

    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.