Comments
1 comment
-
Thanks for your post.
There is no way to set SQL Prompt to ignore certain keywords that you type, but GO should be recognised as a reserved keyword and suggested in the list of candidates.
This means that you can simply type GO<space> to carry on with the rest of your coding. Are you saying that SQL Prompt trying to insert GOTO whenever you type GO<space>?
Add comment
Please sign in to leave a comment.
However, there are certain words (GO in particular) that I would like SP to ignore completely.
I've looked at the candidate list, and in the case of GO, neither it nor the suggested GOTO are in there.
How can I specify words to ignore?
Thanks.