In Sublime Text 3 I can not comment out the code. Try CTRL + / does not respond. EMMET is installed. What could be the reason?

  • and before it worked? - Dmytryk
  • No .. How to fix such a problem right away was .. But only now it took to use often .. - Roman
  • one
    This combination should be the default. Check whether you have the following hot keys in the default key line: { "keys": ["ctrl+/"], "command": "toggle_comment", "args": { "block": false } }, - Fifteen

0