Comments
2 comments
-
The candidate list also shows up when typing a string value. Here is an example:
DECLARE @MessageText varchar(1024) SET @MessageText = 'This is a sample string which is way too short for the size of the variable'
In this example, the candidate list pops up and continues to try to figure out what to show me as I'm typing a string. Very annoying.
Callon -
Hi,
We are aware of the issues. I'm afraid they probably wont get fixed in version 3.
Regards,
Tilman
Add comment
Please sign in to leave a comment.
Not sure if this is a bug or intentional. For me, I dont want to see a candidate list when writing a comment because they are unrelated. However if I press CTRL+SPACE, then that would be different as I implied I wanted the candidate list to show up.
Callon