lucax88x / CodeAceJumper

Ace Jump extension for Visual Studio Code
MIT License
76 stars 14 forks source link

Code Ace Jumper

This extensions provides you with easy Ace Jump feature for Visual Studio Code. Ace Jump is fast cursor movement without touching neither the mouse nor cursor keys.

Commands

example gif

example gif

example gif

Keyboard shortcuts

You may set keyboard shortcuts for invoking Code Ace Jumper by entering values in the keybindings.json file. For example:

{
    "key": "your key",
    "command": "extension.aceJump"
},
{
    "key": "your key",
    "command": "extension.aceJump.multiChar"
},
{
    "key": "your key",
    "command": "extension.aceJump.line"
},
{
    "key": "your key",
    "command": "extension.aceJump.selection"
}

Alternatively, you can set shortcuts using Code's own keyboard shortcuts GUI.

Advanced visual configuration for the placeholder

Code Ace Jumper is preset with sensible visual defaults. You can further configure the aesthetics of the placeholders shown by adjusting the following settings in your settings.json file:

aceJump.placeholder.backgroundColor: placeholder background color; defaults to #c0b18b
aceJump.placeholder.color: placeholder width; defaults to #333
aceJump.placeholder.upperCase: placeholder font to uppercase; defaults to false
aceJump.placeholder.border: placeholder border; defaults to none
aceJump.placeholder.fontWeight: placeholder font weight; defaults to 500