Hey!
I'm quite new with CodeLite and also new with C++.
Is it possible to make CodeLite show the data type, additionally to the variable's name, in code completion dialog? Maybe the parameters for functions, too?
That would be great and i miss that very much.
Much thanks.
Conan
make code completion show data types
-
- CodeLite Curious
- Posts: 4
- Joined: Wed Mar 03, 2010 6:21 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: make code completion show data types
Are you talking about tooltips for variables?
Try enabling it from: 'settings -> tags settings -> general tab, display type info tooltips'
Eran
Try enabling it from: 'settings -> tags settings -> general tab, display type info tooltips'
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Wed Mar 03, 2010 6:21 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: make code completion show data types
Thanks, I've found this already and it helps a lot, but I mean the code completion dialog opening with CTRL+SPACE.
This shows e.g. for a member "int length" only "length" instead of e.g. "int length".
Or for a function "set(int x, int y, int z)" it only shows "set" instead of e.g. "set(int, int, int)".
Is there something to enable in CodeLite to make this possible?
Thanks again.
Conan
This shows e.g. for a member "int length" only "length" instead of e.g. "int length".
Or for a function "set(int x, int y, int z)" it only shows "set" instead of e.g. "set(int, int, int)".
Is there something to enable in CodeLite to make this possible?
Thanks again.
Conan
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: make code completion show data types
Can u please post a screen shot?
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Wed Mar 03, 2010 6:21 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: make code completion show data types
Apart from that I don't know, what "__pos" and "__state" do in this dialog, it would be nice if there were a "int abc" instead of a "abc" shown in this dialog.
And for a function "int foo(int)", which isn't in the screenshot, it would be nice to see "int foo(int)" instead of simply "foo".
Thanks for your time.
Conan
And for a function "int foo(int)", which isn't in the screenshot, it would be nice to see "int foo(int)" instead of simply "foo".
Thanks for your time.
Conan
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: make code completion show data types
Please submit a feature request for this, and I will add it.
https://sourceforge.net/tracker/?group_ ... tid=979963
BTW: once a function is selected, you will get a tooltip with all possible signatures inside it.
Eran
https://sourceforge.net/tracker/?group_ ... tid=979963
BTW: once a function is selected, you will get a tooltip with all possible signatures inside it.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Wed Mar 03, 2010 6:21 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: make code completion show data types
Thanks Eran.
I did that.
Conan
I did that.
Conan