In Visual Studio, when you insert a fragment and finish inserting literals, the cursor jumps to the beginning of the fragment.
Now I want to tell the visual studio where the cursor should go afterwards. I searched the Internet and practically did not hope that this would be possible.
To illustrate, suppose I have this snippet:
<Code Language="csharp" Kind="method body" Delimiter="$"><![CDATA[this.SyncThreadRunInvoke(() => { });]]> </Code>
Then after insertion:
this.SyncThreadRunInvoke(() => { []<- I want the cursor here });
visual-studio code-snippets
Stormenet Jan 20 '10 at 9:26 2010-01-20 09:26
source share