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
textDocument/completion returns no results if requested for the first occurrence of things.is (uncommented, of course). It returns isEmpty(), however, for the second occurrence of thing.is.
rgrunber
changed the title
"textDocument/completion" returns no results before variable declaration
completion returns no results with pattern matching.
Feb 21, 2024
These are the completion capabilities:
Completion capabilities
Consider the following code:
textDocument/completion
returns no results if requested for the first occurrence ofthings.is
(uncommented, of course). It returnsisEmpty()
, however, for the second occurrence ofthing.is
.Request for the first occurrence
Result for the first occurrence
Request for the second occurrence
Result for the second occurrence
The text was updated successfully, but these errors were encountered: