-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LSP: intellisense inserts ?
after every completion
#9920
Comments
Could you give a more specific example of what is/isn't working so I can reproduce it? |
issue.mp4That question mark after |
Using latest canary, although the base bug is fixed, intellisense inserts an extra Possibly that's on purpose since |
That it what it is supposed to do, because |
Ah, indeed. The TypeScript extension doesn't do it by default, which is why I found it strange, but I've just tested by explicitly setting |
All completions for optional fields of an object insert a
?
after the property name in the completion. Issue here is likely that completion label should have the?
to mark that the completion is optional, but the actual edit text should not. Present in canary. Was introduced very recently, likely in #9789The text was updated successfully, but these errors were encountered: