Visual Studio Code (VS Code) is a free, open-source code editor developed by Microsoft. It is designed to provide a comprehensive development environment for developers, supporting a wide range of programming languages and frameworks. VS Code is known for its powerful features, extensibility, and user-friendly interface.
TODO Highlight v2
This extension highlights TODO and FIXME annotations within your code, making it easier to track tasks and issues that need attention.
Example
// TODO: Do something
// FIXME: Fix something
Todo Tree
This extension quickly searches your workspace for comment tags like TODO and FIXME, and displays them in a tree view in the activity bar. The view can be dragged out of the activity bar into the explorer pane (or anywhere else you would prefer it to be).
Clicking a TODO within the tree will open the file and put the cursor on the line containing the TODO.
Bookmarks
It helps you to navigate in your code, moving between important positions easily and quickly. No more need to search for code. It also supports a set of selection commands, which allows you to select bookmarked lines and regions between bookmarked lines. It’s really useful for log file analysis.