TODO comments
Writerside recognizes a special type of comments to mark content that may require attention in the future: finalize some description, add more information, update something later. As a feature of the IntelliJ platform, see TODO comments in the IntelliJ IDEA documentation for more information.
To add a comment, use the <!-- comment -->
notation in XML topics and [//]: # (comment)
notation in Markdown topics. Alternatively, you can press Ctrl+/.
Add the default keyword todo
or fixme
to the comment to mark it as a TODO comment.
To view all TODO items, open the TODO tool window: .
Last modified: 29 October 2024