I appreciate the possibility of developing an Eclipse plugin to modify the source code of some Java files.
The Eclipse plugin should:
- add one menu option or context menu to start the change process.
- add key binding
- only changes the interface in such a way when the editor was opened in a Java file.
- the modification process will not open a dialog or maybe very simple.
- the modification process will go through the AST of the Java file and will modify it.
Given that we do not have experience with Eclipse plugins, and we need to spend time reading documents, how much time do you evaluate when developing this plugin?
Thanks in advance.
eclipse code-generation eclipse-plugin
Daniel Fanjul
source share