"Multiline comments" in VSCode v1.67 [已解决:拉取请求评论]

"Multiline comments" in VSCode v1.67 [resolved: pull request comments]

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.

我注意到有一个名为 Multiline comments 的新功能。

但是描述的不是很明确。

它的用途是什么以及如何启用它?

这些“评论”将来可能会有更广泛的用途,但主要用于对拉取请求发表评论。

因此您必须安装 Github Pull Requests and Issues 扩展程序。这允许您在 vscode 本身内查看拉取请求。

查看 PR 时,您可以像在 github 本身一样在代码中创建评论。这就是您链接到的 gif 显示的内容。向拉取请求添加评论。没有启用添加评论按钮的设置,如果代码是“可评论的”,它已经存在——我认为这意味着它是 PR 的一部分。

如果您安装了扩展,View/Open View.../Pull Requests 中有一个视图,您可以打开它查看任何拉取请求。

此外,Comments 部分将添加到面板,显示在工作区中创建的任何评论。

一个简短的演示: