dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.96k stars 4.03k forks source link

Interactive window command should stop at end of line #4514

Open amcasey opened 9 years ago

amcasey commented 9 years ago

Currently, they read until the end of the submission. While a real parser for real syntax would be ideal, reporting syntax errors after the linebreak would probably suffix.

e.g.

> #reset
. noconfig
amcasey commented 9 years ago

FYI @tmat @cston