Page MenuHomePhabricator

Provide Conduit API to retrieve and update comments from differentials
Closed, DuplicatePublic

Description

Problem:

I'm planning on writing a VSCode extension to streamline the differential code review process. Specifically I'd like to be able to display unaddressed inline comments, as well as standard comments, and have the ability to mark these comments as done. Unfortunately, there doesn't seem to be an officially supported way to get comment data anymore, since differential.getrevisioncomments seems to have been deprecated.

Related Request: https://secure.phabricator.com/T12495

I'm happy to contribute to the development of this feature - although I'd be a new contributor :).