Some features like the Interactive Window exists since VS2015 Update 1 and probably few more things so maybe someone can have a look and update the project roadmap page? :)
P.S. Just an idea, it would be great if features of VB.NET and C# were categorized by versions so we would know what was implemented in previous releases since the first release of Roslyn and what is going to be implemented in the upcoming release/releases or at least ideas much like the TypeScript team does it.
If this is not possible then maybe add the most recent design notes for each related version or something like that.
They put this together recently: https://github.com/dotnet/roslyn/blob/master/docs/Language%20Feature%20Status.md
I don't know if it's linked anywhere.
Thanks! hopefully they will update the roadmap page so people would know about it too! :)
The Roslyn repo does not contain any roadmap for features other than language features. The language feature status pages are fairly up-to-date.
@gafter okay, thank you for clarifying this.
@eyalsk,
It's definitely worth keeping an eye on the page too as it does change, eg records are no longer listed as likely to be in C# 7, whereas they were before...
@DavidArno yeah thank you, I'll do that, didn't know it exists, I generally filter issues. :)
Most helpful comment
They put this together recently: https://github.com/dotnet/roslyn/blob/master/docs/Language%20Feature%20Status.md
I don't know if it's linked anywhere.