Comments
Sort by recent activity
I have the same problem.
With the following SQL code:
SELECT * FROM SomeTable s
WHERE s.
When I type "s." it would fill in the first result that starts with an "s".
It seems like the period is also a key to trigger the selection for the intellisense. / comments
I have the same problem.
With the following SQL code:
SELECT * FROM SomeTable s
WHERE s.
When I type "s." it would fill in the first result that starts with an "s".
It seems like the period is also...