Feature Request : Jump to definitions and declarations

Discussion about CodeLite development process and patches
rajah
CodeLite Enthusiast
Posts: 30
Joined: Mon Aug 25, 2008 10:41 pm
Contact:

Feature Request : Jump to definitions and declarations

Post by rajah »

Hi Eran,

I know that you can right click and jump to a function definition
or declaration. I can set up short cuts to do the same. I was wondering
if I can suggest a feature that is very useful in one of the other editors
I have used before (codewright).
In codewright, when you mouse over a function you get little tool tip.

The tool tip says
-------------------------------
f(x) - <function name ()>
f() - <function name ()>
-------------------------------

If you click on f(x) you jump to declaration and clicking on f() will take
you to the definition. This is also true for Enum, Structs, Macros etc.

Keep up the great work!
Rajah
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Feature Request : Jump to definitions and declarations

Post by eranif »

rajah wrote:In codewright, when you mouse over a function you get little tool tip
this part is also true for codelite - 'Settings -> Tags Settings ...'
rajah wrote:If you click on f(x) you jump to declaration and clicking on f() will take
you to the definition. This is also true for Enum, Structs, Macros etc.
Please submit a feature request here: http://sourceforge.net/tracker/?group_i ... tid=979963
Eran
Make sure you have read the HOW TO POST thread
Post Reply