vscode/find-replace

Find and Replace

Search and replace text in the editor

vscode
shortcuts
search

Command

Ctrl + F / Ctrl + H (Windows/Linux) | Cmd + F / Cmd + Option + F (Mac)

Explanation

Find and Replace lets you quickly locate and modify text in your code.

Examples

Find text on Windows/Linux

Ctrl + F

Replace text on Windows/Linux

Ctrl + H

Find text on macOS

Cmd + F

Replace text on macOS

Cmd + Option + F