Skip to content
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

Feature request: TS/JS: during object destructurization show autocomplete for props after user type comma , #59537

Open
psnet opened this issue Aug 4, 2024 · 2 comments
Labels
Domain: Completion Lists The issue relates to showing completion lists in an editor Experience Enhancement Noncontroversial enhancements Help Wanted You can do this Suggestion An idea for TypeScript
Milestone

Comments

@psnet
Copy link

psnet commented Aug 4, 2024

TS/JS: during object destructurization show autocomplete for props after user type comma , w/o need to press ctrl space to call autocompleter

зображення

@mjbvz
Copy link
Contributor

mjbvz commented Aug 5, 2024

Quick note that auto suggest also triggers here if you start tying m for example. I believe the request then is the make , a trigger character here. Off the top of my head that seems reasonable so long as space or } isn't then also an accept character in this case

Moving upstream to TypeScript since we've trying to move this sort of logic there instead of keeping it on the VS Code side

@mjbvz mjbvz transferred this issue from microsoft/vscode Aug 5, 2024
@mjbvz mjbvz removed their assignment Aug 5, 2024
@psnet
Copy link
Author

psnet commented Aug 6, 2024

I can say that jetbrains IDEs do this too

@RyanCavanaugh RyanCavanaugh added Suggestion An idea for TypeScript Help Wanted You can do this Domain: Completion Lists The issue relates to showing completion lists in an editor Experience Enhancement Noncontroversial enhancements labels Aug 6, 2024
@RyanCavanaugh RyanCavanaugh added this to the Backlog milestone Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Domain: Completion Lists The issue relates to showing completion lists in an editor Experience Enhancement Noncontroversial enhancements Help Wanted You can do this Suggestion An idea for TypeScript
Projects
None yet
Development

No branches or pull requests

3 participants