 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
syed_afraz_ali
Joined: 02 Apr 2009 Posts: 7 Country: Pakistan |
|
SQL Assist Intellisense is suppressed by keywords |
|
Hi!
I am using SQL Assistant 4.6.12 and I have found a problem that I would like to discuss here. The problem is that many of the code snippets, custom as well as the built-in are overwritten by the built in keywords. For example there is a code snippet ‘up’ for update which is
UPDATE $OBJECT$
SET
$COLUMNS$ = @$COLUMNS$
WHERE
Now I expect to see the above snippet to work when I type ‘up’ and press enter but instead as soon as I type ‘up’, the intellisense will show the keyword update and when I press enter only the word update is written and not the snippet.
Can anyone please guide me to exactly what is the issue and how exactly can it be resolved?
Thanks!
|
|
Tue Apr 14, 2009 2:02 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Hi,
The default hot key for activating a code snippet is CTTL+Enter, so that if you want to use "up" for the snippet, type "up", don't use keyword popup, then press Ctrl+Enter. You can also rename snippets and/or change their activation key.
|
|
Tue Apr 14, 2009 8:32 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|