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