Can I highlight or underline a content in a editor given row, column and size?
I am creating a static code analysis plugin and I want to highlight or underline a particular content in the editor. I know the row, column and size I want to underline or highlight. Can I do that?
请先登录再写评论。
I used RangeHighlighter to solve this.