How can we help you today? How can we help you today?

Candidate List shows up when writing a comment

The candidate list shows up when writing single and multi-line comments using -- and /* */

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
calloncampbell
0

Comments

2 comments

  • calloncampbell
    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
    calloncampbell
    0
  • Tilman
    Hi,

    We are aware of the issues. I'm afraid they probably wont get fixed in version 3.

    Regards,

    Tilman
    Tilman
    0

Add comment

Please sign in to leave a comment.