Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Deno Wikipedia CLI


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)