Monnoroch / ColorHighlighter

ColorHighlighter - is a plugin for the Sublime text 2 and 3, which underlays selected hexadecimal colorcodes (like "#FFFFFF", "rgb(255,255,255)", "white", etc.) with their real color. Also, plugin adds color picker to easily modify colors. Documentation: https://monnoroch.github.io/ColorHighlighter.
https://sublime.wbond.net/packages/Color%20Highlighter
1.31k stars 130 forks source link

When using the Ctrl + / to uncomment a line of code, it will add additional /* */ to the line instead of uncommenting #454

Open rotaercz opened 6 years ago

rotaercz commented 6 years ago

When using the Ctrl + / to uncomment a line of code, it will add additional / / to the line instead of uncommenting the line.

In Sublime Text you can use Ctrl + / to comment/uncomment a line. It has a conflict with this.

Also, it would be nice to have a reset to default button in the menu.