views:

299

answers:

1

Is there an existing plugin or tweak that speeds up the "Go To File" search in Netbeans ? Compared to Eclipse, Netbeans search is way too slow specially if one has multiple large size projects.

I know I can use Ctrl+O for "Go To Type" but often I need to search for other file types like XMLs, property files etc. across thousands of files in multiple projects.

I installed the Quick Search plugin but even that doesn't search for non Java file types.

A: 

why not right click on the project and click 'find'?

Karussell
Same reason as my co-worker at my shop he's too lazy to setup a project...
leeand00