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

using is not suggested as a keyword #57392

Closed
DanielRosenwasser opened this issue Feb 12, 2024 · 1 comment · Fixed by #57394
Closed

using is not suggested as a keyword #57392

DanielRosenwasser opened this issue Feb 12, 2024 · 1 comment · Fixed by #57394
Labels
Bug A bug in TypeScript Domain: Completion Lists The issue relates to showing completion lists in an editor Good First Issue Well scoped, documented and has the green light Help Wanted You can do this

Comments

@DanielRosenwasser
Copy link
Member

function foo() {
    usin/*1*/
}
async function bar() {
    await usin/*1*/
}

Request completions at /*1*/ and /*2*/. TypeScript should provide a completion for the using keyword.

@DanielRosenwasser DanielRosenwasser added Bug A bug in TypeScript Help Wanted You can do this Good First Issue Well scoped, documented and has the green light Domain: Completion Lists The issue relates to showing completion lists in an editor labels Feb 12, 2024
@DanielRosenwasser DanielRosenwasser added this to the Backlog milestone Feb 12, 2024
@DanielRosenwasser
Copy link
Member Author

Thank you @a-tarasyuk!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Domain: Completion Lists The issue relates to showing completion lists in an editor Good First Issue Well scoped, documented and has the green light Help Wanted You can do this
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant