This extension adds keyboard navigation hints to VSCode.
And also you need to have VSCode Vim installed
Keyboard navigation hints
To enable the feature:
- Make sure you have the APC extension installed.
- Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac).
- Type "Enable Keyboard Navigation Hints" and select the command.
- Reload VSCode.
Now you can use Ctrl+Space to toggle the hints.
The keyboard navigation hints will be active after reloading.
This is a first release, a few things are not working yet and PR are welcomes.
- Cannot configure the shortcut or style, will fork https://marketplace.visualstudio.com/items?itemName=BrandonKirbyson.vscode-animations as the owner developped a way to configure the inject script (which is not a normal extension script that can access the vscode api)
- Cannot open the dropdowns "..." on top right.
- Cannot open a tab in the tab bar.
- Cannot open detected links.
Users appreciate release notes as you update your extension.
Initial release of keyboard navigation hints.