I am using VS 2013 MVC 5 ASP.NET
I am brand new in MVC 5 ASP.Net. I wanted to code in my CSHTML files like
@using (Html.BeginForm()
But there is no Autocomplete, no IntelliSense for this function, no parameter and hint is shown. I have searched a lot but I am not getting a solution for this problem. I am just getting IntelliSense for HTML tags in my CSHTML file, but nothing for this C# codes. But in the videos about VS 2013 MVC I realized that there must exist IntelliSense, Autocomplete and parameter hints for this functions.
What I have done:
- I have deleted the .suo file and restarted VS Studio
- I have even repaired the whole VS 2013
- I uninstalled Xamarin Extension.
- I reseted all the options
I have tried to use the solutions of the following threads:
But the problem still remains How can I enable that for my view files (CSHTML)?