completion request [message #212413] |
Sat, 22 March 2008 16:53  |
Eclipse User |
|
|
|
Originally posted by: 1atq3jvqc8cnt24.jetable.net
Hi,
With JDT, you can type only the capitalized letters of a name (camel case)
to get this name from the completion box. For example, if you type "NPE"
and hit Ctrl+Space, you get NullPointerException as a completion proposal.
This would be great if CDT implemented this too, since I find it to be
such a time saver feature.
|
|
|
Re: completion request [message #212598 is a reply to message #212413] |
Tue, 25 March 2008 11:11   |
Eclipse User |
|
|
|
On 2008-03-22 16:53:52 -0400, 1atq3jvqc8cnt24@jetable.net (Exquisitus) said:
> Hi,
>
> With JDT, you can type only the capitalized letters of a name (camel
> case) to get this name from the completion box. For example, if you
> type "NPE" and hit Ctrl+Space, you get NullPointerException as a
> completion proposal.
>
> This would be great if CDT implemented this too, since I find it to be
> such a time saver feature.
Open the Preferences, do to C++, then editors, then templates, and
create your own.
I have one for :
std::cout << "" << std::endl; that I invoke with sout then ctrl-space..
Works great.
Mike
|
|
|
Re: completion request [message #212626 is a reply to message #212598] |
Tue, 25 March 2008 14:33  |
Eclipse User |
|
|
|
Originally posted by: not.my.mail
This is nice, but what I was suggesting was a more general completion
feature.
Templates are useful, but it wouldn't be reasonable to create a template
for each class name, variable name, etc.
|
|
|
Powered by
FUDForum. Page generated in 0.02765 seconds