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
Text points are the positions inbetween the characters in the buffer. A region
is a tuple of two text positions. So a region where r.a == r.b never intersects
with another region unless they are the same. Querying for touching points
behaves differently in this regard.
Describe the bug
As discussed previously with @rwols:
The code action popup shows the correct number code actions, but the menu misses some options.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The menu shows the desired code action to add the package declaration.
Screenshots
![lsp_bug](https://user-images.githubusercontent.com/8215084/105050112-b9331580-5a6d-11eb-8ad1-4cdca35f4f3d.png)
Notice the "2 code actions" popup on the right and the menu on the left showing only one.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: