-
Notifications
You must be signed in to change notification settings - Fork 302
Todo Explorer
The ToDo Explorer will find and list each marker (predefined key words) placed in a code comment. TODO
, BUG
, and NOTE
are three markers that are setup in Rubberduck by default. However, you can add your own. Use the ToDo Explorer to browse each marker, along with any associated messages, and to navigate that marker in your code.
Markers are not not case-sensitive. To use a marker, place it at the start of a comment. You can write a message after the marker. For example:
Private Sub TestMethod1() 'TODO Rename test
Open the ToDo Explorer by going to Rubberduck >> Tools >> ToDo Items
(there is no Hotkey
for this feature).
Navigate to the line in your code that contains a marker's by double-clicking
the associated item in the list.
You can manage the list of makers that can be used in code, in Rubberduck's settings window (Rubberduck >> Settings
) to add, change, or remove markers.
Use the ToDo Settings
tab to add, change, or remove markers.
rubberduckvba.com
© 2014-2021 Rubberduck project contributors
- Contributing
- Build process
- Version bump
- Architecture Overview
- IoC Container
- Parser State
- The Parsing Process
- How to view parse tree
- UI Design Guidelines
- Strategies for managing COM object lifetime and release
- COM Registration
- Internal Codebase Analysis
- Projects & Workflow
- Adding other Host Applications
- Inspections XML-Doc
-
VBE Events