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
Describe the bug
Possibly related to #391 and #556
The extension erroneously suggests certain QL keywords while writing QLDoc, these keywords seem to be affected: class, extends, from, import, select, where
Also a bit annoying is that these suggestsions pop up automatically when you write a period (.), and when you then press Enter to continue in the next line, you actually select that suggested keyword instead.
Describe the bug
Possibly related to #391 and #556
The extension erroneously suggests certain QL keywords while writing QLDoc, these keywords seem to be affected:
class
,extends
,from
,import
,select
,where
Also a bit annoying is that these suggestsions pop up automatically when you write a period (
.
), and when you then press Enter to continue in the next line, you actually select that suggested keyword instead.Version
Extension:
VS Code:
To reproduce
<HERE>
write a period (.
)❌ Bug: The extension suggests QL keywords
Expected behavior
No QL keywords should be suggested in QLDoc.
The text was updated successfully, but these errors were encountered: