DEV Community

웃

Posted on • Edited on

4 3

Speed up your VSCode searches

You can increase the speed at which you work with VSCode by limiting the folders that VSCode shows & searches.

Exclude Folders

To exclude folders from showing up add the file globs you like(as shown in the example below)
Open Settings > Text Editor > Files > Files:Exclude

Exclude files/folders from searching.

Open Settings > Text Editor > Features > Search > Search:Exclude

Add as many path/file patterns as you want like for e.g.,

**/node_modules
**/tmp
**.log
**/target
Enter fullscreen mode Exit fullscreen mode

Refer: https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options

Top comments (0)

The Most Contextual AI Development Assistant

Pieces.app image

Our centralized storage agent works on-device, unifying various developer tools to proactively capture and enrich useful materials, streamline collaboration, and solve complex problems through a contextual understanding of your unique workflow.

👥 Ideal for solo developers, teams, and cross-company projects

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay