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 283
  • Win 283
  • Mac 0
  • Linux 0
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 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 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
Windows 1 0 0 0 0 0 0 0 0 0 0 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 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!