IDE Features2 min read
Search across files
Global search
Press Ctrl+Shift+F to open the project-wide search panel. It searches the content of every text file in your workspace in real time.
Using search
Case sensitivity and regex
.* button — toggle regex modeIn regex mode you can use any JavaScript regular expression, for example:
functions+w+(
Replace across files
Click the > arrow next to the search box to expand the replace field. Enter a replacement string, then:
Warning: Replace All is not undoable across multiple files. Review matches before replacing.
Filtering by file type
After searching, use the files to include field to narrow results — for example /*.ts shows TypeScript files only, or src/ limits to the src directory.