ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

scriptcs

by scriptcs ALL

A scriptcs plug-in for Sublime Text.

Details

  • 2014.11.02.23.17.05
  • github.​com
  • github.​com
  • 10 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 13K
  • Win 11K
  • Mac 878
  • Linux 827
Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7
Windows 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 3 1 0 3 1 0
Mac 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 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

scriptcs-sublime

Sublime Text plug-in for scriptcs.

Installation

The easiest way to install scriptcs-sublime is via the Package Control Plugin.

You can also install it from source, by simply going to your packages directory and type: git clone https://github.com/scriptcs/scriptcs-sublime.git.

To update to the latest version, use this command in the scriptcs-sublime directory: git pull origin master.

Usage

Once installed, Sublime Text should recognize .csx files, and give you syntax highlighting. It also comes with a build system. To build and run hit CMD + B on Mac, or CTRL + B on Windows.

scriptcs.exe must be in your PATH for the build system to work.

If your script has any compilation errors you can hit F4 to navigate to the error.

You can also select a block of code and use the Edit - Comment - Toggle Comment command.