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
@seesharper why would this be out of scope? Omnisharp is a language server and PrettyPrompt a command line prompt that provides syntax highlighting/intellisense. They fulfill different roles... couldn't PrettyPrompt use the information retrieved from Omnisharp and provide a richer command line experience for those who prefer not to open vs code for simple one-off scripting?
Is it possible to add those features? Even at some basic level.
I found this tool that already implemented those features https://github.com/waf/CSharpRepl. It uses https://github.com/waf/PrettyPrompt to do its CLI magic.
It could be an additional flag to load that functionality:
If there is a possibility of implementing either of those things we could split them into 2 separate issues.
The text was updated successfully, but these errors were encountered: