Skip to content

Add async await into completion #2876

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

Closed
hurricup opened this issue Aug 18, 2024 · 0 comments
Closed

Add async await into completion #2876

hurricup opened this issue Aug 18, 2024 · 0 comments

Comments

@hurricup
Copy link
Collaborator

Follow up on #2873

Currently completion does not suggest new keywords in the completion

@hurricup hurricup added this to the 2024.2.1 milestone Aug 18, 2024
hurricup added a commit that referenced this issue Aug 18, 2024
- `await` is now parsed as an unary named operator
- `async`/`await` are now implicitly declared and auto-imported as subs from the package, making completion and quickdoc work as expected

Fixes #2876 #2873
See also: #2878 #2877 #2875
hurricup added a commit that referenced this issue Aug 18, 2024
- `await` is now parsed as an unary named operator
- `async`/`await` are now implicitly declared and auto-imported as subs from the package, making completion and quickdoc work as expected

Fixes #2876 #2873
See also: #2878 #2877 #2875
hurricup added a commit that referenced this issue Aug 18, 2024
- `await` is now parsed as an unary named operator
- `async`/`await` are now implicitly declared and auto-imported as subs from the package, making completion and quickdoc work as expected

Fixes #2876 #2873
See also: #2878 #2877 #2875
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant