Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do you know any nice interface for C# Interactive standalone?

You can open the C# Interactive window in Visual Studio to use C# as a scripting an shell language. Unfortunately, this requires you to have Visual Studio open all the time.

I know I can run csi.exe itself, but this does not give me any syntax highlighting or auto completion features.

How can I run the C# Interactive Windows standalone?

like image 452
KnorxThieus Avatar asked Sep 18 '25 14:09

KnorxThieus


1 Answers

I would suggest LINQPad (I don't use it myself but I know this can do that kind of things). I think it's pretty powerful

https://www.linqpad.net/

like image 110
DanDan Avatar answered Sep 20 '25 06:09

DanDan