Eclipse hotkey

I use a lot of code patterns that are big, and I do control-space - control-space and select my patterns (down / down, etc.)

I would like some code templates to be associated with a key, for example, with the 'if' bind to control-meta i template

Do you know if this is possible or is there a plugin for this?

Thanks,

+4
source share
2 answers

The CFEclipse plugin may be what you want. update site: http://cfeclipse.org/update

+3
source

Use Java Code Templates in Eclipse. Window-> Settings-> Java โ†’ Editor โ†’ Templates

Useful Java Eclipse Code Templates

0
source

Source: https://habr.com/ru/post/1309123/


All Articles