Eclipse Tip: Incremental Find or Find as You Type

Eclipse has many ways of doing things. Finding the way that suits you can be tricky. :-) The standard find dialog triggered by Crtl+F is, well, standard. But if you are a keyboard junkie then it kind of gets in the way.



The other way of searching with in the current editor is Incremental Search. This is triggered by Crtl+J and has no GUI! Just press Ctrl+J and type the search text. Eclipse finds and highlights the next match as you type. You can use the Up or Down arrow key to jump to the next or previous match.

I like this way...From http://www.vasanth.in/
0
Your rating: None

I am a Java Architect working for Wyeth Pharmaceuticals. I have been developing with Java since 2000 and have been a big fan of Eclipse from 2002. I also use dot net for my hobby projects. I love technology and gadgets. Vasanth is a DZone MVB and is not an employee of DZone and has posted 1 posts at DZone.

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)

Comments

Raveman replied on Tue, 2008/11/25 - 9:43am

Ctrl+Shift+J do it in reverse, very cool trick

 Ctrl+Alt+J - Join Lines

norby replied on Fri, 2008/12/05 - 6:08am

This can be setted up using the simple highlight buton on the menu panel. Any time you have text selected it will automatically highlight the same text in that file

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.