Home > Software design >  "Multiline comments" in VSCode v1.67
"Multiline comments" in VSCode v1.67

Time:05-24

In the release notes in VSCode April 2022 (version 1.67):

Multiline comments

Behind the scenes, VS Code has supported multiline comments since the comments UX was finalized, but multiline comments were never surfaced in the UI. You can now see and leave multiline comments.

I notice that there is a new feature called Multiline comments.

However the description is not very explicit.

What is it used for and how to enable it?

enter image description here

CodePudding user response:

There might be more general uses in the future for these "Comments" but primarily they are for commenting on pull requests.

So you have to have the Pull Request Comments

  • Related