Переход к определению
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 3s
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 3s
This commit is contained in:
@@ -36,6 +36,10 @@
|
|||||||
- `a` - создать файл.
|
- `a` - создать файл.
|
||||||
- `shift + a` - создать папку.
|
- `shift + a` - создать папку.
|
||||||
|
|
||||||
|
Быстрый переход к определению функции, метода, etc. В дополнение к F12. Удобно использовать вместе с `alt + ←/→`.
|
||||||
|
|
||||||
|
- `alt + d` - перейти к определению.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
@@ -47,6 +51,11 @@
|
|||||||
"key": "shift+a",
|
"key": "shift+a",
|
||||||
"command": "explorer.newFolder",
|
"command": "explorer.newFolder",
|
||||||
"when": "filesExplorerFocus && !inputFocus"
|
"when": "filesExplorerFocus && !inputFocus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "alt+d",
|
||||||
|
"command": "editor.action.revealDefinition",
|
||||||
|
"when": "editorHasDefinitionProvider && editorTextFocus"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user