forked from rubberduck-vba/Rubberduck
-
Notifications
You must be signed in to change notification settings - Fork 0
Todo Explorer
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.
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
:
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