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

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

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.

![palette](images/img1.jpg)
![palette](images/img2.jpg)

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