IDE features: function declaration in info bubbles, etc


Results 1 to 2 of 2

Thread: IDE features: function declaration in info bubbles, etc

  1. #1
    Join Date
    May 2005
    Location
    in the Bash shell.
    Posts
    193

    IDE features: function declaration in info bubbles, etc

    I can't remember what it's called, but this feature of VC++ basically catalogs all the functions of a project, lets you right click on a function and go directly to it's declaration or definition, do not pass go, do not collect 200 dollars. it also gives you an info bubble of the variable types as you're typing a function's name.

    this is a very convenient feature, and I'd like to use it with KDevelop, or really any full C++ IDE for linux. does such a thing exist?
    Registered Linux User #383705 - http://counter.li.org/
    laptop pentium16 1400ghz Gentoo 2012.1 e23/kde6.0
    desktop pentium16 1500ghz Debian 5.01

  2. #2
    Join Date
    Apr 2001
    Location
    SF Bay Area, CA
    Posts
    14,936
    Some Googling found this thread on the vim-dev list:

    http://marc.info/?l=vim-dev&m=104869981729182&w=2

    which pointed (...eventually) to this vim plugin:

    http://vim.sourceforge.net/scripts/s...?script_id=527

    along with lots of other discussion on how to do it. Looks like people are talking about it, if not actually doing it.

    As for actual IDEs, no idea.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •