-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: C# REPL #1239
Comments
This could be integrated via the VS Code Terminal API. For example Ionide has a nice FSI integration. It would be great if the C# extension bundled CSI. |
Here is the Ionide experience |
Would love that |
VS Code is nice for testing something small out. Would love to see something like what you get with LinqPad with a visualizer for many datatypes as well. |
With Ionide-fsharp, F# Interactive in Visual Studio Code is brilliant:
It would be great to have similar commands for C# Interactive |
Is this still not a thing? |
no, not at the moment |
I would greatly appreciate this feature as well. |
Yeah me too! |
Similar to the plans here: dotnet/interactive#392 Similar to the feature request here: dotnet/interactive#335 Similar to the feature request here: dotnet/roslyn#17666 |
I love and use REPLs all the time (coming from Python) and would love to see this too. However, in the meantime, check out CSharpRepl which you can easily use in any terminal with completions and syntax highlighting. It's very good! Hope this helps |
@fgimian I've been looking for even a half-decent REPL for ages, without success. The one you posted is simply incredible. Thank you! |
|
One feature I really miss in Visual Studio Code right now is the C# Interactive/REPL. It was added to full Visual Studio in late 2015 and it's highly useful for testing code snippets.
If this functionality is already provided by this addon, then I was not able to find it.
The text was updated successfully, but these errors were encountered: