How can we help you today? How can we help you today?
SE15
Well, I thought I was seeing consistent behavior, but this morning, SQL Prompt is not automatically displaying the suggestions list or expanding snippets with the space bar. I'm not great at posting images on this style of forum page, but I'm going to try. This is what I'm now seeing on my SQL 2012 machine--which I thought was working fine. This morning it just isn't displaying the suggestion box on this particular query window. [image] Interestingly, if the query window is completely empty and I type "ssf", the suggestion window does appear. But after I have one SELECT statement in the query window, if I then type ssf again, the suggestion window does not appear. So here is the first query on the window. [image] And then any snippet after that is not triggering the suggestion window. [image] I see that if I put a semi colon at the end of the first statement, or add the GO statement after the first statement, the suggestion window then starts to appear. So my assumption is that the suggestion window, and thus snippets, only works in some situations? But then what seems odd is that if I don't complete a select statement, the suggestion window does work. The behavior of the suggestion window seems inconsistent. [image] Is there any way to make the suggestion window always appear regardless of how many statements are present or in progress or in different states of completeness? / comments
Well, I thought I was seeing consistent behavior, but this morning, SQL Prompt is not automatically displaying the suggestions list or expanding snippets with the space bar. I'm not great at postin...
0 votes