VS Code tips — Cycle through file name components while renaming files

preview_player
Показать описание
Press F2 when renaming files in the VS Code explorer to cycle through the parts of the file name. This loops through:

- Just the name (without ext)
- The entire filename
- Just the extension

#vscode
Рекомендации по теме
Комментарии
Автор

but how do you navigate between your code and the file tree? how can i select multiple files in the file tree without a mouse? i still need to use my mouse regularly with the file browser :/

FunctionGermany