waf / CSharpRepl

A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
https://fuqua.io/CSharpRepl/
Mozilla Public License 2.0
2.89k stars 111 forks source link

Invalid 'complex' completion insertion #97

Open kindermannhubert opened 2 years ago

kindermannhubert commented 2 years ago

Version

last

What happened?

WindowsTerminal_Zof7eOPQhV

In VS the result is ((byte)i).

kindermannhubert commented 2 years ago

Looks like CompletionService.GetChangeAsync should solve this. Unfortunately, this would require changes to PrettyPrompt API.