Activity overview
Latest activity by inV1NC3ble
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...
Automatically Capitalization not working with (nolock)
The Automatically Capitalization does not work with "(nolock)" even after I added the custom keyword of "(NOLOCK)".
Seems like the paranthesis is causing it not to work properly.
However, this prog...