Eclipse-Postfix-Code-Completion icon indicating copy to clipboard operation
Eclipse-Postfix-Code-Completion copied to clipboard

Extension to the Eclipse template system to support postfix code completion

Results 9 Eclipse-Postfix-Code-Completion issues
Sort by recently updated
recently updated
newest added
trafficstars

@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:

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;...