Plugins (1068)


Training and Consulting (45)



EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 583
Comments: 0


Category: Plugin Directory / IDE / GotoFile

GotoFile 
Rate this plugin | Report broken link | Details | Comments (7)

Rating: 8.7 (11 Votes) | hits: 1
GotoFile

Version: 1.1
Support Eclipse Version: 2.x, 3.x, WSAD
License: Free LGPL
Development Status: Production/Stable
Company: Max Muermann
Plugin home pageHome Page
Plugin SupportPlugin Support
Discussion ForumsDiscussion Forum

GotoFile is an incredibly useful little quicksearch box that will allow you to instantly open any file in your workspace. It will match on filenames, partial filenames, you can even enter any characters that occur in the same sequence in the filename. It also provides CamelCase matching.
Added on: 01-Oct-2004




Last 7 Comments


User: AnonymousRating: 102008-05-30 13:59:40
How come didn't this come embedded with Eclipse? Tools is awesome: can find a file in a fraction of a second.


User: noonRating: 82008-01-19 03:28:42
How does this plugin differ from the Eclipse's own ctrl + t (open type) and ctrl + r (open resource) functions?


User: pjbrownvaRating: 102008-01-12 23:40:37
Simply awesome! Reposting the patch, because it was cut off in my previous post. 108c108,111 < if (resources[i] instanceof IContainer) --- > if(resources[i].isDerived()) //PJB - added this check to ignore resources that are marked as "derived" > { > valid = false; > }else if (resources[i] instanceof IContainer)


User: AnonymousRating: 102007-07-12 19:21:22
Excellent coooll and this what I want from a very long time..


User: AnonymousRating: 102006-12-14 07:42:53
Good ( like in SourceNavigator )


User: AnonymousRating: 102006-06-19 23:43:37
finally a plugin that fills up what eclipse lacks and what idea has.


User: AnonymousRating: 102005-07-14 16:44:29
I'm really surprised that nobody hasn't created sth like this before! Great plugin if you have a lot of files in the project...