Add tag closing functionality for JSX #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "jsx-autoclose-tags"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
FEATURE: The new
autoCloseTagsextension (included by default in thejavascriptlanguage extension whenjsxis configured) finishes JSX closing tags when you type a>or/character.Closes https://github.com/codemirror/codemirror.next/issues/779
Thanks!