I am an absolute newbie to Eclipse Plug-in development, so I would just like to ask for guidance. There are a lot of tutorials, but they all seem to contain a lot of information in which I get lost quite easily. My task is to make a plugin that will manipulate user's Java code; add it, change it, give him suggestions, etc.
So,
1) What type of plugin do I need to implement?
2) How do I get users editor and code inside it?
3) Is it possible to hook up to ctrl+space shortcut and add some entries to the menu that pops up?
Is all of this possible?
I am just asking for directions, so I hope you'll have understanding.