https://github.com/avin/vscode-endy
Smart 'End' key for Visual Studio Code
https://github.com/avin/vscode-endy
Last synced: about 2 months ago
JSON representation
Smart 'End' key for Visual Studio Code
- Host: GitHub
- URL: https://github.com/avin/vscode-endy
- Owner: avin
- Created: 2017-03-30T19:24:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-12-07T20:55:19.000Z (7 months ago)
- Last Synced: 2026-01-21T14:10:57.411Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# endy
**Deprecated.** Please use [Smart Keys](https://marketplace.visualstudio.com/items?itemName=c75.smart-keys) instead.
Smart `end` key.
## Configuration
Add these lines to your `keybindings.json` and your `End` key will become smarter :)
```
{
"key": "end",
"command": "endy.goEnd",
"when": "editorTextFocus"
}
```