Visual Studio fragment context?

I built a code snippet, but I have a problem with the context where it is valid.

If I am in a new line of code and enter the label of my snippet, it appears in the Intellisense list.

public void DoSomething()
{
  // insert code snippet here
}

However, if I enter the label of my snippet after the opening bracket, it does not appear until all the code snippets seem to look like the “do” snippet that I modeled after.

public void DoSomething()
{
  DoSomethingElse( // insert code snippet here
}

Is there a reason why user fragments will not be displayed after fragments are found while data fragments are made? And is there a way to make my appearance after a guy?

Thanks for any help.

Update: stack72 , Intellisense, ESC, , tab-tab. , .

, : Intellisense ?

+3
1

+ k, x, ,

vs2010, -

+1

All Articles