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.92k stars 113 forks source link

DateTime.ToString formatting display error #326

Closed ilyfairy closed 5 months ago

ilyfairy commented 10 months ago

Version

C# REPL 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29

What happened?

as the picture shows

image

kindermannhubert commented 7 months ago

Interesting that you have the cursor behind the ) character. These are completions for specific DateTime formats and should be provided inside the format string.

Unfortunately, I wasn't able to reproduce the issue. Looks like this for me: WindowsTerminal_9iCMpzYTDV

ilyfairy commented 5 months ago

I tried it recently and it became normal again.