Visual Studio code snippets Cursor

前端 未结 1 1656
情歌与酒
情歌与酒 2021-02-02 05:40

In Visual Studio when you insert a snippet and finish inserting literals the cursor jumps to the beginning of the snippet.

Now I\'d like to tell visual studio where the

1条回答
  •  轮回少年
    2021-02-02 06:04

    Use the $end$ variable as shown in the following "if" snippet for c#.

    
    
        
            
    if if Code snippet for if statement Microsoft Corporation Expansion SurroundsWith
    expression Expression to evaluate true

    0 讨论(0)
提交回复
热议问题