ankitbko / vscode-pull-request-azdo

Azure Devops Pull Requests for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ankitbko.vscode-pull-request-azdo
MIT License
65 stars 23 forks source link

Comment on marked text #41

Open ShaniFelig opened 3 years ago

ShaniFelig commented 3 years ago

In Azure Devops it is possible to highlight a specific word and write a comment that will be attached to the highlighted text. If it would be possible to add a comment through the extention in VSCode it would make the comments much more readable.

ankitbko commented 3 years ago

Commenting is feature of VS Code itself. The only way I know to comment is to press the + icon to comment on that line. I don' think there is any feature to comment on highlighted text. Check with the https://github.com/microsoft/vscode team and raise the feature request there.

ShaniFelig commented 3 years ago

Thanks!

Thelm76 commented 1 year ago

it looks like we can comment on specific highlighted text (maybe implemented in between previous comment and this one) : image But on apply looks like this : image