icecoder / ICEcoder

Browser code editor awesomeness
http://icecoder.net
Other
1.42k stars 347 forks source link

TODO commenting plugin #854

Open mattpass opened 4 years ago

mattpass commented 4 years ago

Highlights // TODO comment lines in code in yellow.

Plugin icon should be clickable to view list of TODOs in your files, clickable to open.

mattpass commented 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

mattpass commented 4 years ago

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.