A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
Mozilla Public License 2.0
2.93k
stars
113
forks
source link
Annoying completion when declaring dynamic variable #231
Closed
kindermannhubert closed 1 year ago
Version
last
What happened?
Writing
object o
behaves correctly.But writing
dynamic d
results in triggering completion and thendynamic dynamic
is written instead.