Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`as` keyword is missing in completion lists within function bodies #40432
Milestone
Comments
Looks like this should have been fixed in 3.8. See #34814 Unable to reproduce the issue on my end. Is your project using the same version of TypeScript?
|
Microsoft Visual Studio Professional 2019 It depends on context.
|
I think the logic for TypeScript/src/services/completions.ts Lines 2651 to 2654 in 0a1f1c8 |
I think this should be a matter of adding a test and making an exception like with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to write
The "as" keyword is missing in VS2019 intellisense suggestion list. TS version is 3.9. If you press space after "as", then "async" keyword is inserted.
