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
Feature Request : Jump to definitions and declarations
-
- CodeLite Enthusiast
- Posts: 30
- Joined: Mon Aug 25, 2008 10:41 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Feature Request : Jump to definitions and declarations
this part is also true for codelite - 'Settings -> Tags Settings ...'rajah wrote:In codewright, when you mouse over a function you get little tool tip
Please submit a feature request here: http://sourceforge.net/tracker/?group_i ... tid=979963rajah 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.
Eran
Make sure you have read the HOW TO POST thread