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

Add support for completion of extends and is #3443

Merged
merged 7 commits into from
Jun 13, 2024

Conversation

RodgeFu
Copy link
Contributor

@RodgeFu RodgeFu commented May 24, 2024

fixes #3152

@azure-sdk
Copy link
Collaborator

azure-sdk commented May 24, 2024

All changed packages have been documented.

  • @typespec/compiler
Show changes

@typespec/compiler - feature ✏️

Support completion for keyword 'extends' and 'is',> ,> Example,> tsp,> model Dog ┆ {},> | [extends],> | [is],> ,> scalar Addresss ┆ ,> | [extends],> ,> op jump ┆ ,> | [is],> ,> interface ResourceA ┆ {},> | [extends],> ,> model Cat<T ┆> {},> | [extends],>

@RodgeFu RodgeFu added the ide Issues for VS, VSCode, Monaco, etc. label May 24, 2024
@azure-sdk
Copy link
Collaborator

You can try these changes at https://cadlplayground.z22.web.core.windows.net/prs/3443/

Check the website changes at https://tspwebsitepr.z22.web.core.windows.net/prs/3443/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ide Issues for VS, VSCode, Monaco, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autocomplete keywords in context not working
4 participants