Search
Search finds text inside files across your active workspace. For finding a file by name, use the Command Palette (⌘P) instead. See Command Palette.
Running a search
Type your query into the search box. Results appear grouped by file, with each matching line shown in context. Click any match to open the file at that line.
Case sensitivity
A toggle in the search bar switches case-sensitive matching on or off.
Filtering by path
A filter button reveals two additional inputs:
- Include: a glob pattern (e.g.
src/**/*.ts) that limits results to matching paths. - Exclude: a glob pattern that removes matching paths from results.
These work independently. You can include without excluding, or stack both.
Next steps
- File Explorer: browse and open files by path rather than content.
- Command Palette: find files by name with ⌘P.