https://github.com/anwar3606/column-highlighter
A Visual Studio Code Extension to Highlight Columns
https://github.com/anwar3606/column-highlighter
code extension formatter javascript vscode vscode-extension
Last synced: 7 months ago
JSON representation
A Visual Studio Code Extension to Highlight Columns
- Host: GitHub
- URL: https://github.com/anwar3606/column-highlighter
- Owner: anwar3606
- License: mit
- Created: 2017-10-06T05:26:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T10:45:20.000Z (over 8 years ago)
- Last Synced: 2025-02-24T09:43:13.261Z (11 months ago)
- Topics: code, extension, formatter, javascript, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 120 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Column Highlighter
This extension highlight column based on your setting.
# Usage
* Ctrl+K, M and change the language to "print".
* You can use multiple language. Add them to user settings `columnHighLighter.languages`.
* Columns Color can also be changed `columnHighLighter.colors`
* You need defined the column's boundaries so that the extention. By default it heighlight five column with width of 10.
* NOTE: Your need to switch between tabs after you change the language.


# To Develope
* Run `npm install`
* Then `npm run compile`
* Press Ctrl+F5