An open API service indexing awesome lists of open source software.

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

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"
}
```