
If for instance you click the first icon, you'll get a page with. Here you can browse a list of supported icons.
Tokenĭark/Light Themes: if you switch between dark and light themes, remember that you can provide specific colors for them via the .* and .* settings, which will override the default lors.* settings.Īctivity Bar: you can switch the focus to the Todo activity bar view by assigning a shortcut to the command. The following tokens can be used in, and, they will be replaced with the value they represent. This is the fallback provider.Īg and rg will use their specific regexes for finding the lines containing embedded todos, then those lines will be searched in using the regex defined under. javascript: Works on every system, but it's quite slow.
#Taskpaper sort by date code
It must be installed in your system, or Visual Studio Code must include it. It doesn't support lookaheads and lookbehinds. rg / ripgrep: About 50x faster than the javascript provider, it'll use the regex defined under .regex.ag / The Silver Searcher: About 50x faster than the javascript provider, it'll use the regex defined under .regex.
This extension supports various providers for searching for embedded todos, it'll use the one you set via the setting or the first one available between: It uses 2 capturing groups, the first one captures the type of the todo ( TODO, FIXME etc.) and the second one captures an optional description ( TODO: description).ĭates are formatted using moment.
Activity bar views: you can view your todo file and your embedded todos from a custom activity bar sectionįollow the instructions in the Marketplace, or run the following in the command palette:Ĭhanging some settings (symbols, colors, providers.) requires a restart.Īn actual regex will be generated from the value of the setting. Embedded todos: it's common to have //TODO or //FIXME comments in our code, this extension can find those as well. Statistics: statistics about your entire file and/or project-level statistics about your individual projects. Time estimates: you can estimate the time it will take to complete a todo by adding a tag to it that looks like this: hours), or Then you can use the token in statistics. Timer: a timer can be displayed in the statusbar for started todos. Timekeeping: you can mark todos as started and track elapsed time until completion. TaskPaper compatible: just set, and to. Go To Symbol: you can easily move between projects by using the Go to Symbol in File. Formatting: you can format text in a markdown-like fashion, we support: bold, italic, strikethrough and code. Archive: you can move finished todos to a special "Archive" section with a shortcut. Custom special tags: special tags' names and their colors can be customized. Custom colors: all colors can be customized. Custom symbols: you can replace the default symbols with any of the supported ones. Portable: being a plain text format you can read and edit it using any editor. Easy to use: you're just a few shortcuts away from becoming a master.