sublime-better-coffeescript icon indicating copy to clipboard operation
sublime-better-coffeescript copied to clipboard

Plugin Not Working

Open junaidatique opened this issue 9 years ago • 1 comments

I have installed this via Package Control In order to find nodejs and coffee paths I have executed following commands

which nodejs /usr/bin/nodejs

which coffee /usr/local/bin/coffee

Now my user Settings - User file is

{ "envPATH": "/usr/bin/nodejs:/usr/local/bin/coffee", "binDir": "/usr/local/bin/coffee" }

but its still not working. I am on ubuntu 14.04

junaidatique avatar Dec 30 '15 08:12 junaidatique

Your setting file should be like this:

  "envPATH": "/usr/bin:/usr/local/bin",
  "binDir": "/usr/local/bin"

After opening .coffee file, do this for syntax highlighting: View -> Syntax -> Open all with current extension as... -> Better CoffeeScript -> CoffeeScript

journeyz avatar Jan 12 '16 02:01 journeyz