How to show tool tip of a function in edit view?

General questions regarding the usage of CodeLite
coot
CodeLite Enthusiast
Posts: 20
Joined: Thu Jun 15, 2017 1:41 pm
Genuine User: Yes
IDE Question: c++
Contact:

How to show tool tip of a function in edit view?

Post by coot »

:?: Open a source file, and trying to edit it. Is it possible to show the tool tip when mouse over a function or a variable?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to show tool tip of a function in edit view?

Post by eranif »

settings->code completion->general->display type info tooltips
Make sure you have read the HOW TO POST thread
coot
CodeLite Enthusiast
Posts: 20
Joined: Thu Jun 15, 2017 1:41 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: How to show tool tip of a function in edit view?

Post by coot »

:P Thanks.
Post Reply