Eclipse-Postfix-Code-Completion
Eclipse-Postfix-Code-Completion copied to clipboard
Extension to the Eclipse template system to support postfix code completion
@trylimits I was wondering if we could have a proper update site and update the version so we don't have the Luna patch anymore poping up. Do you have any...
Hi, we need this plugin to support elipse neon :+1:
This does not download in neon.1
Could this work ? What would I need to do ? Any guidance would be a huge help.
If you install the feature, there is no license. However, you have to accept to it ;-)
Can you define an upper limit for the JDT feature patch so that p2 will not install this into Eclipse 4.5?
There seems to be an issue with multi type generics: ``` Map map = new HashMap(); map.entrySet().for ``` results in illegal code - `, java.lang.Integer>` is missing ``` for (Entry
I love your tooling. Maybe you can open a bug to JDT and offer to contribute it to the standard Eclipse tooling?
See example below, not sure if that would be a good fit for add public static void main(String[] args) { List<Task> list = new ArrayList<Task>(); for (int i = 0;...