Tweak autoClosingPairs to make PHP docblock insertion less intrusive #51130
Labels
feature-request
Request for new features or functionality
*out-of-scope
Posted issue is not in scope of VS Code
php
PHP support issues
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: