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
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
When you try to use the new create new symbol code action in the latest metals snapshot, you correctly get the code action, but for some reason the quick pick isn't being shown to the user and we are just responding with nothing.
To Reproduce Steps to reproduce the behavior:
Create something that doesn't exist like val x = new Test(3)
Trigger the code action on Test which doesn't exist to create the new symbol.
Describe the bug
When you try to use the new create new symbol code action in the latest metals snapshot, you correctly get the code action, but for some reason the quick pick isn't being shown to the user and we are just responding with nothing.
To Reproduce Steps to reproduce the behavior:
val x = new Test(3)
Test
which doesn't exist to create the new symbol.Expected behavior
I'd expect the quickpick to appear.
Additional context
lsp trace
Search terms
code action, quickpick
The text was updated successfully, but these errors were encountered: