Help my wrists deal with Eclipse
March 6, 2008 3:02 AM
Subscribe
My hands hurt; is there an Eclipse IDE plugin that does text completion like NetBeans' ctrl-K or pressing escape in TextMate?
In my current job I have to use the Eclipse IDE for standardisation reasons. I previously used NetBeans and came to completely rely on the ctrl-K / ctrl-L shortcuts, which search the text before/ahead for words that match the word you're currently writing.
Example: I write
System.out.println("I am Nathanael van Bendensteck. Like all Bend
and then want a command that completes that "Bend" to "Bendensteck". Which is different from normal code completion. It doesn't understand about Java, but simply searches back through the text till it finds a matching token.
In NetBeans, this is ctrl-K, in TextMate it's the escape key. In Eclipse it doesn't exist. My wrists hurt, and since I don't know what the feature would be called, I can't search for an Eclipse plugin that provides it.
Do you know of such a thing? My wrists would be very grateful.
posted by Zarkonnen to computers & internet (7 comments total)
2 users marked this as a favorite
(a workaround in case such a thing doesn't exist)
posted by lucia__is__dada at 3:39 AM on March 6, 2008