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
The root cause is that the context (selected item) is not persisted for the signature help. But since now we have the onDidSelectedCompletionItem hook, I think it's doable now.
Environment
Steps To Reproduce
new String
and selectnew String(byte[] bytes)
Current Result
After select
new String(byte[] bytes)
, it becomesString(string original)
automatically.Expected Result
It should be
new String(byte[] bytes)
as I select it.The text was updated successfully, but these errors were encountered: