Doc comment autoindentation and expansion #7843
Labels
duplicate
Feature: Doc comments
An issue related to code comments shown in hover, completion, and signature help.
Feature Request
Language Service
Type: Feature Request
JSDoc comments are automatically expanded. So if I typed this:
Pressing Enter would do this:
In addition, these comments are autoindented. So if I were to put the cursor in a position like so:
Pressing Enter would do this:
This doesn't work in the C++ extension. Although a third-party extension provides Doxygen expansion, it does not provide autoindent. However, this is a feature I'd like to see in the main C++ extension or heck, even the built-in editor functionality!
The text was updated successfully, but these errors were encountered: