CommentController
A comment controller is able to provide comments support to the editor and provide users various ways to interact with comments.
Properties
Functions
Link copied to clipboard
abstract fun createCommentThread(uri: Uri, range: Range, comments: ReadonlyArray<Comment>): CommentThread
Create a comment thread. The comment thread will be displayed in visible text editors (if the resource matches) and Comments Panel once created.