Faster search for files in Netbeans

SearchNetbeansFind

Search Problem Overview


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.

Search Solutions


Solution 1 - Search

You can focus on the Project Tree and simply type the file name which you want to looking for. Press Up/Down to select if more than one file match your search.

Or use keyboard shortcut to open the search file form:

  • Windows/Linux:

Alt+Shift+O

  • Mac OS:

Control+Shift+O

Solution 2 - Search

The best way to search and open file in netbeans - Press CTRL+O and type file name you are looking for, it will search in current projects and list matching files

Solution 3 - Search

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

Solution 4 - Search

I can only recommend using the Open File Fast plugin http://plugins.netbeans.org/plugin/16495/open-file-fast

Solution 5 - Search

How to quickly find a file/files in netbeans. Maybe for someone it will be helpful.

  1. In Netbeans projects files view select some directory where you want to look for the file.
  2. Click ctrl+f to show the finder dialog
  3. Pass your file name into 'file name patterns' input
  4. In options set only 'Regular expression'
  5. The 'Containing text' input has to be empty

Solution 6 - Search

For Mac users

control+shift+O

Solution 7 - Search

http://plugins.netbeans.org/plugin/16495/open-file-fast

Find file fast will your solution for find file faster just like sublime.. using the shortcut alt+shift+o

hope it will help

Solution 8 - Search

You can install the recent file list plugin

This plugin is not as powerful as the intellij but to simulate the same behavior (open the recent files with ctrl+E):

After install the plugin assign the Ctrl+E shortcut to the "Recent Files" action: Tools->Options->Keymap->Search "Recent Files" and assign Ctrl+E shortcut

Solution 9 - Search

If all you need is to search by file name/pattern, then I suggest plugin "Quick File Search" http://plugins.netbeans.org/plugin/70267

Solution 10 - Search

Press Ctrl + Shift + H.

On the screen appear option scope. Click on this text-box and choose the project you want to find needed text snippets, or you can find all of the projects. I am using Netbeans 8.1 Best regard !

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionRahulView Question on Stackoverflow
Solution 1 - SearchTruong Chuong DuongView Answer on Stackoverflow
Solution 2 - Searchuser4298585View Answer on Stackoverflow
Solution 3 - SearchKarussellView Answer on Stackoverflow
Solution 4 - SearchPierlo UpitupView Answer on Stackoverflow
Solution 5 - SearchArkadiusz CieślińskiView Answer on Stackoverflow
Solution 6 - SearchM_R_KView Answer on Stackoverflow
Solution 7 - Searchhendra1View Answer on Stackoverflow
Solution 8 - SearchiberckView Answer on Stackoverflow
Solution 9 - SearchAndrey LebedenkoView Answer on Stackoverflow
Solution 10 - SearchVanThaoNguyenView Answer on Stackoverflow