You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
sxhickman
Posted - Jan 09 2015 : 11:21:35 AM The snippets built into Visual Assist include controlling where the cursor is placed after the snippet is inserted (so that the cursor doesn't just end up after the entire snippet).
How do I add this capability to my own snippets?
1 L A T E S T R E P L I E S (Newest First)
accord
Posted - Jan 13 2015 : 6:16:43 PM Use the keyword $end$, this is where the caret will land after the snippet is inserted.