Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Question about developing with classes that require large constructors(Eclipse Neon IDE Quick constructor generator?)
Question about developing with classes that require large constructors [message #1738639] Thu, 21 July 2016 15:19 Go to next message
Aaron di is currently offline Aaron diFriend
Messages: 1
Registered: July 2016
Junior Member
Hi, i develop many java applications and some classes require quite large constructors, especially with certain games and their add-ons.

Normally what id do is create all my fields first and getters/setters.

Then just type the class name below the last field.

Example:
public class EclipseExample{
String field;
int field2;
double field3;

//Then id proceed to typing in:
EclipseExample

}

Then id hold the CTRL key, and press space to open up my options for creating constructors, Normally this isnt a drama, but can get a bit lengthy when youre on a schedule.

I know theres a "Generate constructors with fields" option, Somewhere in the menu's, which is quick, but i feel that the CTRL + Space option should also provide the same feature, for faster constuctor creation.
}

If this feature isnt something i can enable, is there a place i can suggest this option to the developers?

Thanks Smile
Re: Question about developing with classes that require large constructors [message #1738877 is a reply to message #1738639] Mon, 25 July 2016 16:40 Go to previous message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
We already have https://bugs.eclipse.org/bugs/show_bug.cgi?id=177655

There you may chime in, or even better: help implementing this feature Smile
Previous Topic:Force compiler to emit checkcast for upcast
Next Topic:ECLIPSE NEON plugin directory mac
Goto Forum:
  


Current Time: Tue Apr 16 17:20:58 GMT 2024

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

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

Back to the top