I was just making a snippet
SELECT TOP 10 * FROM $CURSOR$
ORDER BY ... DESC
2 questions
1 - Is there any other $xxxx$ insert other than CURSOR
2 - Can something automatically open the Candidate List at the cursor point (at the moment it seems I have to cnt Space )
As a Suggestion how about multiple Cursor points and TAB between them say , with opening candidate lists as well of course (yes I am lazy !!

)
SELECT TOP 10 * FROM $CURSOR$
ORDER BY $CURSOR$ DESC
Mike
SELECT TOP 10 * FROM $CURSOR$
ORDER BY ... DESC
2 questions
1 - Is there any other $xxxx$ insert other than CURSOR
2 - Can something automatically open the Candidate List at the cursor point (at the moment it seems I have to cnt Space )
As a Suggestion how about multiple Cursor points and TAB between them say , with opening candidate lists as well of course (yes I am lazy !!
SELECT TOP 10 * FROM $CURSOR$
ORDER BY $CURSOR$ DESC
Mike