Ignoring certain words?
Dave Pendleton
Posts: 104 Bronze 3
I've just started using SP, and I like it so far.
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.
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.
Comments
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>?