where is " Goto ..."

General questions regarding the usage of CodeLite
yzh_1991
CodeLite Curious
Posts: 8
Joined: Wed Jan 19, 2022 3:40 pm
Genuine User: Yes
IDE Question: C++
Contact:

where is " Goto ..."

Post by yzh_1991 »

I am using codelite 15.0.11
but I can't find "Goto Declaration" and "Goto Implementation"

DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: where is " Goto ..."

Post by DavidGH »

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

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

Re: where is " Goto ..."

Post by eranif »

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
Post Reply