Add tag closing functionality for JSX #4

Merged
sergeichestakov merged 1 commit from jsx-autoclose-tags into main 2022-03-28 08:47:47 +02:00
sergeichestakov commented 2022-03-27 07:35:31 +02:00 (Migrated from github.com)

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 https://github.com/codemirror/codemirror.next/issues/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 https://github.com/codemirror/codemirror.next/issues/779
marijnh commented 2022-03-28 08:47:53 +02:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
codemirror/lang-javascript!4
No description provided.