Intellisense for csx in VisualStudio 2015

I am new to programming cs scripts (csx files).

But I have a problem that I have no intellisense. How can I get Intellisense support in Visual Studio 2015?

+4
source share
1 answer

Cs Script (CS file) and Script Cs (CSX file)

Cs-script

This is a scripting mechanism that has been around for quite some time and uses the simple C # syntax (the extension is hidden in the comments). It also uses its own scripting engine.

Intellisense CS Script. , Visual Studio 2013 , , , 2015 .

Script CS

... CSI, Dotnet.Script Nake

, Roslyn ( Mono REPL Engine ). :

  • ,
  • , #load #r, Script .
  • using (, System )

, intellisense Visual Studio 2015 Update 3 .

Visual Studio Omnisharp.

Resharper:

intellisense Resharper Cs ( R # #, intellisense ) , , *.csx .

+3

Source: https://habr.com/ru/post/1653474/


All Articles