Skip to main content

All Questions

Tagged with
0 votes
1 answer
40 views

How can I disable custom editor in SnippetDesigner and keep other features?

I use the SnippetDesigner extension for Visual Studio mainly for its Export to Snippet feature. But, once exported, I prefer to edit my snippets in VS as XML rather than using the custom editor that ...
Douglas Reid's user avatar
  • 3,818
3 votes
2 answers
732 views

Change the order of literal in code snippet

I have generated a code snippet for a simple function The function is:- /// <summary> /// Description /// </summary> public static int function(int obj) { ...
Vivek Saurav's user avatar
  • 2,285
16 votes
1 answer
2k views

Visual Studio toolbox code snippet

Hi I am trying to create code snippets in my tool box. I dragged code from my code view to toolbox, renamed snippet code to name exSnippet1. I am trying to find out -- > Instead of dragging and ...
Kurkula's user avatar
  • 6,782
1 vote
1 answer
2k views

Parse Replacement Literal in Visual Studio Snippet [duplicate]

Possible Duplicate: Formatting Literal parameters of a C# code snippet EDIT: This can be closed. Found an exact duplicate, seems there is no solution. =( Exact Duplicate: Formatting Literal ...
Michael's user avatar
  • 1,833