VS Code Shorts — Fuzzy matching in quick open

Опубликовано: 05 Апрель 2024
на канале: Code 2020
2,705
40

You can use ctrl+p or cmd+P quickly open files in VS Code. But you can save even more time by leveraging fuzzy matching

With fuzzy matching, you can just type parts of a file name to quickly get results. You can get pretty creative with fuzzy matching and save a whole lot of extra typing

#vscode