Open mattpass opened 4 years ago
Asked this question on the CodeMirror discussion forum and got an answer re best way to implement:
https://discuss.codemirror.net/t/different-color-todo-comments/2496
Could also add a TODO plugin, which allows you to find all TODOs in code, displays in a nice format, each clickable to get to file & line.
Highlights // TODO comment lines in code in yellow.
Plugin icon should be clickable to view list of TODOs in your files, clickable to open.