Skip to content
David edited this page Apr 15, 2020 · 6 revisions

The ToDo Explorer will search your code for specific markers in comments, and display them for you to browse and navigate.

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

Private Sub TestMethod1() 'TODO Rename test

The ToDo Explorer is located in the Rubberduck tools menu.

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

Clone this wiki locally