I am using codelite 15.0.11
but I can't find "Goto Declaration" and "Goto Implementation"
where is " Goto ..."
-
- CodeLite Curious
- Posts: 8
- Joined: Wed Jan 19, 2022 3:40 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
where is " Goto ..."
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: where is " Goto ..."
Hi,
Unfortunately they were removed. Instead there are various alternatives in the 'Search' menu e.g. Find Resource and Find Symbol; but I generally use Cscope from the context menu.
Regards,
David
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: where is " Goto ..."
Goto Definition/Declaration is now encapsulated within the Find Symbol
If you choose "Find Symbol" it will take you to the definition
If you are on the definition line, it will switch to decl and vice versa
Make sure you have read the HOW TO POST thread