https://github.com/jfacoustic/vscode-toggle-line-numbers-plugin
https://github.com/jfacoustic/vscode-toggle-line-numbers-plugin
relative-line-numbers vim vscode vscode-extension
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfacoustic/vscode-toggle-line-numbers-plugin
- Owner: jfacoustic
- Created: 2019-11-09T19:59:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:02:39.000Z (over 3 years ago)
- Last Synced: 2025-10-10T11:57:23.346Z (9 months ago)
- Topics: relative-line-numbers, vim, vscode, vscode-extension
- Language: TypeScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Line Number Toggle Plugin for VSCode
This is simply a plugin that allows you to toggle between different line number display types.
Each time you call it, it increments through the following:
1. off
2. on
3. relative
4. interval
Hope you find it useful! It definitely helps when you're using the VIM plugin.