Tip: code navigation

General questions regarding the usage of CodeLite
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Tip: code navigation

Post by eranif »

CodeLite offers various method to locate and open all kind of resources (files, classes, functions, macros etc)

1) To open file: Ctrl-Shift-R
2) To find a class: Ctrl-Shift-T
3) To find a method: Ctrl-Shift-U
4) To find a macro: Ctrl-Shift-M
5) To find a typedef: Ctrl-Shift-P

In addition, you can use the 'Quick Outline' to view the current file outline - Ctrl-Shift-O
Make sure you have read the HOW TO POST thread
Dor
CodeLite Curious
Posts: 2
Joined: Sat Sep 15, 2012 11:59 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Tip: code navigation

Post by Dor »

I'm starting to fall in love with CodeLite (after switching from VS2008 and VisualAssistX).

I think most new users don't realize which shortcuts can speed up their work. Have you thought about Tip Window with tips from forums etc? Such a tip window could be displayed after every CodeLite startup, with of course option to hide it forever.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Tip: code navigation

Post by eranif »

Dor wrote:Have you thought about Tip Window with tips from forums etc? Such a tip window could be displayed after every CodeLite startup, with of course option to hide it forever.
Yes, this could indeed be helpful. Not everyone knows all the options in codelite...

Eran
Make sure you have read the HOW TO POST thread
Post Reply