DevTasks
  • ⭐Dev Tasks
  • ⚡Feature List
  • Features
    • To-Do List Tab
      • Topic
        • Lists
          • Task
    • File Analysis Tab
      • Code Tasks
      • File List
      • Directories
  • Etc.
    • Modular To-Do List Upgrade Notes
Powered by GitBook
On this page
  1. Features
  2. File Analysis Tab

Code Tasks

Organize code comments with keywords for quick and efficient reviews.

PreviousFile Analysis TabNextFile List

Last updated 3 months ago

We often see issues when writing codes and leave a note for later. But unfortunately, forgetting about them and searching for each can be time-consuming.

Streamline code management by identifying, categorizing, and tracking these comments across your codebase, ensuring no critical tasks or reminders are overlooked.

The straightforward UI will give you a quick overview of every script you want. Waste less time and improve your productivity.

How to use

1

Create Keyword

You can add your keywords by selecting the Keywords tab. You can also modify their colors and toggle their visibility from here.

2

Add Comments

In your code, add the comments.

//TODO These require further testing
//comment Need to study how this method works later
3

That's all fellas!

Switch to the Result Tab and find all the keywords organized and color-coded. You can click them once for a quick review and double-click to open the editor.

DevTask's comments tracker preview