-
Notifications
You must be signed in to change notification settings - Fork 302
Todo Explorer
Mathieu Guindon edited this page Jun 28, 2016
·
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.
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