I want to write an IntelliJ plugin that surfaces "inlines" for the current diff in the editor view - "comments" would not need to be supported.
With the deprecation of differential.getrevisioncomments there does not seem to be a way to retrieve any comments/inlines for a diff, and even that method does not return file/line information for inlines.
I am not sure if "inlines" are part of a revision or part of a diff so I am not sure what the correct naming scheme would be.
Bonus possibilities:
- it might be nice to be able to mark the inline comments as "done" from inside IntelliJ.
- adding a new comment through differential.createinline already exists, could I use that to "reply" to a comment?