I'm a bit struggling with the new Visual Studio 2013.
In 2012, I could right click the View() in a controller e.g. return View(myModel) and select "Create" or "Go to". This would either create a new view based on the model being passed or take me into the source code for the view respectively.
I no longer see those options in the context menu when I right click the workd "View()". Is there still a nice and short way to create views or do I need to manually handle this process.