Tweak autoClosingPairs to make JavaScript docblock insertion less intrusive #51131
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
editor-contrib
Editor collection of extras
feature-request
Request for new features or functionality
As soon as you type
/**
you immediately get/**𝖨 */
(where 𝖨 is the cursor). If you didn't intend to start a docblock you need to remove the extraneous*/
. I'd appreciate two enhancements:/**<space>
or/**<enter>
.This is a follow-up to #51047.
The text was updated successfully, but these errors were encountered: