Searching Text and Editing Files in NetBeans IDE is Easy
Join the DZone community and get the full member experience.
Join For FreeOne of the most powerful search functions I love is in NetBeans IDE. I never find it in Eclipse (by default).
My use case is to search a text under 4.5 GB files. For that I use the NetBeans IDE Favorites window.
Follow the below steps to achieve quick search and edit in NetBeans IDE.
- Add the directory under Favorites, then search i.e. (Ctrl+F). Optionally you can add filters (*.java,*.html,*.js, *.json, etc.)
- This search will display the results synchronously, you can stop any time
Integrated development environment
NetBeans
Opinions expressed by DZone contributors are their own.
Trending
-
Build a Simple Chat Server With gRPC in .Net Core
-
Building A Log Analytics Solution 10 Times More Cost-Effective Than Elasticsearch
-
Playwright JavaScript Tutorial: A Complete Guide
-
Front-End: Cache Strategies You Should Know
Comments