You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea with this issue is to get some documentation on how to use this tool in Rider to make it for myself and others to use csharprepl directly in Rider. If this is currently not possible, I would be happy to lend a hand in getting any changes developed.
What I have tried
Pointing Rider to the exe of csharprepl in the settings:
I can then open a C# Interactive session from within Rider and it will run csharprepl:
Issues
While Rider does manage to run csharprepl without any errors, nothing actually happens when I try to use it:
The intellisense feature actually works but I'm not sure if that is csharprepl's intellisense or Rider's:
Workaround
Open a terminal Rider and run the csharprepl tool directly:
System Versions
JetBrains Rider 2024.3.2
C# REPL 0.6.7+d2955f13e744320cd6331c484e1286c3ed4f8612
Windows 11.0
The text was updated successfully, but these errors were encountered:
Feature Description
I would like to use this excellent C# REPL as a replacement for the C# Interactive tool in JetBrains Rider.
The idea with this issue is to get some documentation on how to use this tool in Rider to make it for myself and others to use
csharprepl
directly in Rider. If this is currently not possible, I would be happy to lend a hand in getting any changes developed.What I have tried
Pointing Rider to the
exe
ofcsharprepl
in the settings:I can then open a C# Interactive session from within Rider and it will run
csharprepl
:Issues
While Rider does manage to run
csharprepl
without any errors, nothing actually happens when I try to use it:The intellisense feature actually works but I'm not sure if that is
csharprepl
's intellisense or Rider's:Workaround
Open a terminal Rider and run the
csharprepl
tool directly:System Versions
JetBrains Rider 2024.3.2
C# REPL 0.6.7+d2955f13e744320cd6331c484e1286c3ed4f8612
Windows 11.0
The text was updated successfully, but these errors were encountered: