Does Roslyn compiler in Visual Studio 2015 provide continuous compilation? I thought while I am writing code, the compiler is compiling in the background and the app is ready to run right away but it seems VS has to compile first and I notice the delay of a few seconds until the build succeeds. Are there settings or tools to speed up this process?
Update
I use Resharper so I get the real time indicators for errors and warnings. I also used to use RedGate's .NET Demon VS extension (retired since VS2015) which did continuous compilation and saved the file continuously while typing. It was a very handy tool. I don't see Roslyn being able to replace these two combined.