Skip to content

sunliangqin/VSCodeQuickJump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This extension enables you jump to anywhere with two key strokes.

Quick Jump

Settings

  • quickJump.anchors: Anchor letters (default: hklyuiopnm,qwertzxcvbasdgjf;0123456789/)
  • quickJump.regex: Regex to match (default: \b\w|\w\b|\w(?=_)|(?<=_)\w|(?<=[a-z0-9])[A-Z])
  • quickJump.textColor: The font color for other text (default: #777777)
  • quickJump.blockAnchorColor: The font color for block anchor (default: #ffb400)
  • quickJump.wordAnchorColor: The font color for the word anchor (default: #ff0000)
  • quickJump.jumpBeforeAnchor: Jump before anchor (default: false) Set this to true if you have a VIM extension installed
  • quickJump.columns: Number of columns you can jump (default: 300)

About

Quick jump extension for VSCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published