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 tag closing functionality for JSX #4

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

sergeichestakov
Copy link
Contributor

FEATURE: The new autoCloseTags extension (included by default in the javascript language extension when jsx is configured) finishes JSX closing tags when you type a > or / character.

Closes codemirror/dev#779

FEATURE: The new `autoCloseTags` extension (included by default in the `javascript` language extension when `jsx` is configured) finishes JSX closing tags when you type a `>` or `/` character.

Closes codemirror/dev#779
@marijnh
Copy link
Member

marijnh commented Mar 28, 2022

Thanks!

marijnh added a commit that referenced this pull request Mar 28, 2022
@sergeichestakov sergeichestakov deleted the jsx-autoclose-tags branch March 28, 2022 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No tag autocomplete in jsx/tsx language packages
2 participants