ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

咖啡编译

surjikal 全部

当时当JavaScript作为编译目标并不流行的时候!

详细信息

  • 2018.12.16.16.48.24
  • github.com
  • github.com
  • 6年前
  • 2小时前
  • 12年前

安装

  • 总数 44K
  • Win 14K
  • Mac 20K
  • Linux 10K
8月7日 8月6日 8月5日 8月4日 8月3日 8月2日 8月1日 7月31日 7月30日 7月29日 7月28日 7月27日 7月26日 7月25日 7月24日 7月23日 7月22日 7月21日 7月20日 7月19日 7月18日 7月17日 7月16日 7月15日 7月14日 7月13日 7月12日 7月11日 7月10日 7月9日 7月8日 7月7日 7月6日 7月5日 7月4日 7月3日 7月2日 7月1日 6月30日 6月29日 6月28日 6月27日 6月26日 6月25日 6月24日
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0
Mac 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
Linux 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0

阅读

源代码
raw.githubusercontent.com

Sublime Text 2/3 - Coffee Compile

此软件包允许您直接从编辑器编译一些或全部的CoffeeScript代码。输出的JavaScript代码甚至具有语法高亮显示!

要安装咖啡编译器,只需使用软件包控制

在您可以使用插件之前,需要在设置文件中设置一些路径。有关说明,请参阅设置文件,无需担心!设置文件可以通过此菜单访问:Sublime Text > 偏好设置 > 软件包设置 > 咖啡编译 > 设置 - 用户

要使用插件,请高亮显示您的CoffeeScript代码并按Ctrl+Shift+C(或者OSX上的Cmd+Shift+C)。
另外,右键单击并选择“咖啡编译”命令。要编译整个文件,不要高亮显示任何文本。

颜色方案:做得好

常见问题

OSError: [Errno 2] 没有这样的文件或目录

这种情况发生因为插件找不到 coffee(或者在Windows上的coffee.cmd)。要修复此问题,请进入设置文件并将 coffee_path 设置为可执行文件的目录。

如果您不知道 coffee 在哪里,请在终端中运行以下命令:dirname `which coffee`

环境: node: 没有这样的文件或目录

这种情况发生因为 coffee 找不到您的 node 可执行文件。要修复此问题,请进入设置文件并将 node_path 设置为可执行文件的目录。

如果您不知道 node 在哪里,请在终端中运行以下命令:dirname `which node`

安装

软件包控制

软件包控制安装 咖啡编译 软件包。

手册

从您的Sublime软件包目录克隆此存储库

Linux

$ cd ~/.config/sublime-text-2/Packages
$ git clone https://github.com/surjikal/sublime-coffee-compile "Coffee Compile"

Macosx

$ cd "~/Library/Application Support/Sublime Text 2/Packages"
$ git clone https://github.com/surjikal/sublime-coffee-compile "Coffee Compile"

Windows(手动安装未经测试)

$ cd "%APPDATA%\Sublime Text 2"
$ git clone https://github.com/surjikal/sublime-coffee-compile "Coffee Compile"