Переход к определению
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 3s

This commit is contained in:
2025-08-10 16:16:09 +03:00
parent d770dd669c
commit d490eb9131

View File

@@ -36,6 +36,10 @@
- `a` - создать файл.
- `shift + a` - создать папку.
Быстрый переход к определению функции, метода, etc. В дополнение к F12. Удобно использовать вместе с `alt + ←/→`.
- `alt + d` - перейти к определению.
```json
[
{
@@ -47,6 +51,11 @@
"key": "shift+a",
"command": "explorer.newFolder",
"when": "filesExplorerFocus && !inputFocus"
},
{
"key": "alt+d",
"command": "editor.action.revealDefinition",
"when": "editorHasDefinitionProvider && editorTextFocus"
}
]
```