Sublime coffeescript formatting comments?

Does anyone know how (or if possible) to format coffeescript comments in Sublime?

+4
source share
1 answer

I use the CoffeeScript.tmbundle plugin to highlight CoffeeScript syntax highlighting in Sublime Text 2.

You can install this plugin in Sublime Text 2:

On Linux:

  • cd ~/.config/sublime-text-2/Packages
  • git clone git://github.com/jashkenas/coffee-script-tmbundle.git

(On Windows, its git clone C:\Users\<user>\AppData\Roaming\Sublime Text 2\Packages )

Result Screenshot: enter image description here

+6
source

Source: https://habr.com/ru/post/1433017/


All Articles