All Questions
3 questions
5
votes
2
answers
2k
views
MVC Snippets for Visual Studio 2015?
In 2013 Express for Web there were MVC code snippets for adding default actions and post actions (mvcaction4 and mvcpostaction4). Visual Studio 2015 Community doesn't appear to have these. Is there a ...
5
votes
1
answer
2k
views
Visual Studio + Razor: "Surround with..." Snippets
I'm trying to use these awesome VS "Surround With" snippets with VS, but they dont't work as expected.
Say I have some code:
<p>Success!</p>
If I select this code and select the ASP.NET ...
0
votes
3
answers
16k
views
Is there any free ASP.NET MVC Rich Text Editor with the ability to add Code Snippets?
I have an ASP.NET MVC application and I would need a Rich Text Editor which allows the user to add Code Snippets for HTML, JavaScript and C# codes.
Remember how Visual Studio formats such codes in ...