Skip to content

d-akara/vscode-extension-navigator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Navigator

ScreenShot

An extension focusing on improving general editor experience especially in the areas of navigating code.

Provided Features

  • Plain Text Colorizer
    • Indentation level colorizer for plain text files
    • Operates only on the visible area so that performance remains constant for large files
  • Navigator View
    • use command Add Matches to add a new match group to the view
      • the match group will contain all find matches
      • or all matching instances of the current selection
      • or all matching instances of word under cursor
    • Recent Edits section will show all recent edit locations
    • Line Levels will show the line level hierarchy from the current cursor line
    • Example Navigator Tree View ScreenShot
  • Cursor Navigation
    • Cursor word right until end command to skip words, but stop at end of line
    • Cursor word left until begin command to skip words, but stop at beginning of line
    • Cursor jump fixed space up command to skip 5 vertical spaces at a time
    • Cursor jump fixed space down command to skip 5 vertical spaces at a time

About

Vertical space jumper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published