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?
Please sign in to leave a comment.
I used RangeHighlighter to solve this.