In Sublime Text 3 I can not comment out the code. Try CTRL + / does not respond. EMMET is installed. What could be the reason?
In Sublime Text 3 I can not comment out the code. Try CTRL + / does not respond. EMMET is installed. What could be the reason?
Source: https://ru.stackoverflow.com/questions/881812/
All Articles
{ "keys": ["ctrl+/"], "command": "toggle_comment", "args": { "block": false } },- Fifteen