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.76k stars 106 forks source link

IntelliSense glitches on Fedora #336

Open iSeiryu opened 6 months ago

iSeiryu commented 6 months ago

Version

0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29

What happened?

I just installed it on the newly installed Fedora 39 via

dotnet tool install --global csharprepl

I run it in the default gnome terminal. Sometimes IntelliSense works as expected during the first couple of line executions and then completely stops and would not start until I exit csharprepl and enter it again. Sometimes it does not kick in at all. Sometimes I have to restart the whole terminal in order for it to work again.

Working as expected: image

Does not work: image