CShell: A simple, yet powerful, C# scripting IDE
1–10 of 90 posts
Re: CShell: A simple, yet powerful, C# scripting IDE
#2Re: CShell: A simple, yet powerful, C# scripting IDE
#3I should look into it, but it seems to support multiple lines. So the ideal use case would be to add a seperate window into Visual Studio
I took a look at this to see if it can replace LinqPad, which is similar. LinqPad allows for more than C# alone (VB.net, SQL, C# and F#) but it has no code completion (unless you buy it) which CShell does have.
This seems like a useful tool!
Re: CShell: A simple, yet powerful, C# scripting IDE
#4Re: CShell: A simple, yet powerful, C# scripting IDE
#5Re: CShell: A simple, yet powerful, C# scripting IDE
#6Re: CShell: A simple, yet powerful, C# scripting IDE
#7I should look into it, but it seems to support multiple lines. So the ideal use case would be to add a seperate window into Visual Studio
Wouldn't that more or less be the Immediate Window that Visual Studio already has? Other than the multiple lines you mention. :) I took a look at this to see if it can replace LinqPad, which is similar. LinqPad allows for more than C# alone (VB.net, SQL, C# and F#) but it has no code completion (unless you buy it) which CShell does have. This seems like a useful tool!
Possibly more like linqpad?
Re: CShell: A simple, yet powerful, C# scripting IDE
#8Re: CShell: A simple, yet powerful, C# scripting IDE
#9The name is confusing. A C shell already exists (http://en.wikipedia.org/wiki/C_shell). An alternative name could be CSharpShell. Btw, while googling that name, I found CsharpRepl, which seems to be a somewhat similar tool.
Re: CShell: A simple, yet powerful, C# scripting IDE
#10... and then I arrived at a page that spent ten seconds clearly explaining exactly why I would want to use this thing even though I have VS.NET already installed on my machine.
A lot of open source & developer-facing small product sites in the world would be well served to read the contents of this page and study exactly what the author did there.
Well done!