Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellisense not working if comment is added below #569

Closed
jpvj opened this issue Oct 23, 2024 · 0 comments · Fixed by #574
Closed

Intellisense not working if comment is added below #569

jpvj opened this issue Oct 23, 2024 · 0 comments · Fixed by #574

Comments

@jpvj
Copy link

jpvj commented Oct 23, 2024

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:

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant