Is there a QuickText like (Tab Trigger) plugin for Eclipse?
+1
A:
If I read Tab Triggers of TextMate correctly, especially the part stating:
Tab triggers are also useful when they match program keywords and lead to actions (such as inserting snippets) that do what you would normally do after entering the keyword.
, the closest eclipse feature for that would be Preferences / Java / Editor / Templates
(the difference being that is is triggered not by Tab, but rather by Ctrl+Space...)
The example for instance allows you to insert quite a bit of code after typing only three letters...
VonC
2009-11-20 18:26:58
I know this feature but I was hoping there was something better...thanks anyway.
Franek
2009-11-20 18:44:36
@Fraenek: I understand you, but I do not know of a strict equivalent of the Tab trigger with eclipse. That one ("templates") seems to be close enough.
VonC
2009-11-20 18:46:58