Skip to content
Ray Wise edited this page Aug 22, 2018 · 6 revisions

The ToDo Explorer will search your code for specific markers in comments, and display them for you to browse and navigate. Double-clicking on any item in the list will jump you to that line of code.

ToDo Explorer

The default settings define the following markers (not case-sensitive):

TODO
BUG
NOTE

ToDo markers can be added, modified, or removed through the Settings dialog by going to Rubberduck >> Settings:

Settings menu

ToDo Settings

To use the ToDo markers, just add the marker in at the start of a comment.

Clone this wiki locally