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

Enable snippets in the Interactive window #5107

Open amcasey opened 9 years ago

amcasey commented 9 years ago

https://github.com/dotnet/roslyn/blob/26ac760823603fb0be65db030ef7d17bcda356db/src/Features/CSharp/Portable/Completion/CompletionProviders/SnippetCompletionProvider.cs#L64-L71

amcasey commented 9 years ago

See also #4932

amcasey commented 9 years ago

Note: There are TODOs in the code referring to this issue.

amcasey commented 8 years ago

Let's investigate.