LineNumberDecoLineNumberDeco is a Visual Studio Code extension. Adds relative line numbers to Visual Studio Code with decorations. This is useful if you are using one of the Emacs or Vim like plugins. The relative line number can be displayed with only the standard function of vscode. However, when doing pair programming using liveshare or face-to-face, it is easier to communicate if absolute line numbers are displayed. This extension is useful when you want to display both absolute and relative line numbers. This extension has not anoying for testrunners or debuggers. Because, it does not block the display of breakpoint icons, test start icons, test result icons, etc. Recommended UsageUse with these recomended plugins. FeaturesShow relative line numbers
SettingsRelative line numbers are on by default and use your theme's colors. Two decorations can be layered on top: Every key, with types and defaults: docs/settings.md. The color settings show a color picker when edited in Settings panelThe LineNumberDeco icon in the activity bar opens a panel for every setting of this extension, and for CommandsEverything the panel does is also a palette command, named on one pattern:
The ids matter only for keybindings and Calling commands from init.luaWith VSCode Neovim, any command from docs/commands.md can be called from Lua:
For example, bound to a key:
InspiredThank you for pioneering VSCode Embedded ConfigurationIf you want not to use this extension, you can use vscode embedded configuration. The settings panel writes this same setting, if you would rather pick it there.
Or you can use LicenseMIT License Road Map
|
