(using vb)
If I create an empty "Web Form" in my MVC application and enter this code only...
@Code viewData("test") = "test" End Code
1. Code is not colored automatically
2. viewData is not indented
3. viewData is not CamelCased automatically
4. Pressing CTRL + k, CTRL + D does not indend, camelcase etc. (format) the code.
Is it a bug in the new VS2015 (MVC)?
Is it a setting somewhere?
Thanks