Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Auto capitalize type name
Auto capitalize type name [message #1236249] Sun, 26 January 2014 18:08 Go to next message
Den Po is currently offline Den PoFriend
Messages: 2
Registered: January 2014
Junior Member
Hello guys!

I'm very new to Eclipse and currently experiencing some inconveniences here.
Could you please advise whether there is any possibility (either setting or tool) to perform auto capitalization of type names when coding on Java.

For example, when I type following:
string test;

to make it automatically modified as follows:
String test;

Maybe there is any useful toolkit you could suggest?

Thanks in advance
Den
Re: Auto capitalize type name [message #1236287 is a reply to message #1236249] Sun, 26 January 2014 21:09 Go to previous messageGo to next message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 1/26/2014 1:27 PM, Den Po wrote:
> Hello guys!
>
> I'm very new to Eclipse and currently experiencing some inconveniences
> here.
> Could you please advise whether there is any possibility (either setting
> or tool) to perform auto capitalization of type names when coding on Java.
>
> For example, when I type following:
> string test;
>
> to make it automatically modified as follows:
> String test;
>
> Maybe there is any useful toolkit you could suggest?
>
> Thanks in advance
> Den
You can use auto complete for this. After you type string press
Ctrl->Space. Eclipse will propose the capitalized String for you to select.

If you already have string test entered, Eclipse should underline string
to indicate that it isn't known. You can use Quick Fix to automatically
get the correct name. Press Ctrl-1 to invoke Quick Fix. You may need
to mover the cursor to string before Quick Fix will be able to work.
Re: Auto capitalize type name [message #1236327 is a reply to message #1236249] Sun, 26 January 2014 23:58 Go to previous message
Den Po is currently offline Den PoFriend
Messages: 2
Registered: January 2014
Junior Member
Thanks David!

Will use these features, however I thought there is something like in VS when you don't need to pay attention on char case when typing data types.

Currently migrating to Linux/Eclipse/Java development from .NET so will try to adapt Smile

Thank you
Previous Topic:Eclipse can't import Phonegap projects
Next Topic:Change to Eclipse
Goto Forum:
  


Current Time: Fri Apr 26 15:58:43 GMT 2024

Powered by FUDForum. Page generated in 0.09023 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top