Community
Participate
Working Groups
Eclipse provides assistance in IDE to create a class/interface/enum etc. It would be awesome if eclipse could also provide assistance to create a Singleton class. Thanks in advance!
Did you really mean auto completion? Or enhance the new class creation wizard with new UI Options? I am guessing you meant the latter.
*** This bug has been marked as a duplicate of bug 29117 ***
Actually when we type some code as below MyClass myclass; and say MyClass does not exist then with ctr+1 eclipse lets us create the MyClass. Similarly it could give option to create singleton class. Adding new Singleton Class as an option in new Java Class would be great as well.