You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that intellisense sometimes stops working. It seems it is related to "comments". Today I could make it fail with the examples below - but it's not consistent.
Examples:
WORKS:
SELECT
a.new_kundenummer,
a.name
FROM
account a
JOIN [intellisense works here]
Does not work:
SELECT
a.new_kundenummer,
a.name
FROM
account a
JOIN [intellisense not working here]
-- WHERE 1=1
Any ideas or fixes?
The text was updated successfully, but these errors were encountered:
Hi,
I noticed that intellisense sometimes stops working. It seems it is related to "comments". Today I could make it fail with the examples below - but it's not consistent.
Examples:
WORKS:
Does not work:
Any ideas or fixes?
The text was updated successfully, but these errors were encountered: