This extension highlight column based on your setting.
- 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.
- Run
npm install
- Then
npm run compile
- Press Ctrl+F5