Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to implement item template like MS VS by plugin in Eclipse
How to implement item template like MS VS by plugin in Eclipse [message #1818946] Fri, 03 January 2020 08:21 Go to next message
ChunHua Du is currently offline ChunHua DuFriend
Messages: 2
Registered: January 2020
Junior Member
In Microsoft Visual Studio, right click project, new > add new item > select a file code item template like Class or Interface, the new code file is added to the project, for example: Class1.cs with some class code, Interface1.cs with some interface code.

Is this could be implemented by plugin in Eclipse and how to implement.
Re: How to implement item template like MS VS by plugin in Eclipse [message #1818949 is a reply to message #1818946] Fri, 03 January 2020 08:57 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33216
Registered: July 2009
Senior Member
Well, given that Eclipse has exactly that for creating a new Java class, yes of course it can be implemented. A valuable resource might be to create an environment with all the source code of all the Eclipse Platform's projects:

https://wiki.eclipse.org/Eclipse_Platform_SDK_Provisioning

Then you can easily look at how other things similar to what you want to do are implemented already.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:I plan to learn to write plugin for Eclipse, where should I start at
Next Topic:Use of a parameterized constructor in GUI
Goto Forum:
  


Current Time: Thu Sep 19 06:25:50 GMT 2024

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

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

Back to the top