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

Linq​Pad

by SublimeText ST3 Win

Syntax highlighting and build system for LINQPad scripts

Details

Installs

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

Readme

Source
raw.​githubusercontent.​com

LINQPad

Syntax highlighting and build system for LINQPad (.linq) scripts.

Build System

If you have LINQPad installed (i.e. you are on Windows), and lprun is available on your path, you can use the Sublime Text build system to execute your linq script using lprun, and the output will appear in the build results panel.

There are 3 build variants:

  • lprun - which will output results in text mode. Lists and non-basic objects are formatted as JSON.
  • Output CSV - which will render simple lists in Excel-friendly CSV.
  • Compile Only - which will check your script for errors/warnings only and not execute any code.

Installation

The recommended way to install the LINQPad syntax highlighting and build system for Sublime Text is via Package Control. Package Control will install the plugin on your system and keep it up to date.

  1. Ensure Package Control is installed.
  2. In Sublime Text, open the Preferences menu, and select Package Control.
  3. Select Package Control: Install Package.
  4. Start typing LinqPad. When you see it, select it.
  5. Wait for it to install.
  6. Re-open any open linq files, or set their syntax to linq manually.
  7. Enjoy!