Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icelam/vscode-toggle-ruler
[WIP] Visual Studio Code extension that enables the ability to quickly toggle editor ruler via command palette or keyboard shortcut.
https://github.com/icelam/vscode-toggle-ruler
Last synced: 25 days ago
JSON representation
[WIP] Visual Studio Code extension that enables the ability to quickly toggle editor ruler via command palette or keyboard shortcut.
- Host: GitHub
- URL: https://github.com/icelam/vscode-toggle-ruler
- Owner: icelam
- License: mit
- Created: 2023-03-30T16:47:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-30T17:00:17.000Z (over 1 year ago)
- Last Synced: 2024-05-02T04:04:20.534Z (6 months ago)
- Language: TypeScript
- Size: 764 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Toggle Ruler Extension for Visual Studio Code
![Demo](./docs/images/demo.gif)
This is a Visual Studio Code extension that enables the ability to quickly toggle editor ruler via one of the following methods:
- [Command palette](https://code.visualstudio.com/api/references/contribution-points#contributes.commands) by typing "Ruler: Toggle"
![Command Palette](./docs/images/command-palette.png)
- Keyboard shortcut
- Windows / Linux: Ctrl + '
- macOS: Cmd + '## Extension Settings
The only extension settings is `toggleRuler.rulerPosition`, which defines the number of monospace characters at which this editor ruler will render. This can be changed from:
1. Visual Studio Code setting page
![Visual Studio Code setting page](./docs/images/settings.png)
2. `settings.json` file
![settings.json](./docs/images/settings-json.png)