VSCode TODO Parser ExtensionGUYS, I'M SORRY FOR THE SLOW RESPONSE AND MAINTAINANCE Sometimes it is the job that you want prevents you from working on the project that you nurture :( Parse TODOs in your working files. Install
FeaturesParse TODOs in the current document:
Parse TODOs in the project:
Note that for large projects, the result will be displayed gradually. You can see the progress at the bottom (the bolt icon :zap:). Clicking on it will cancel the task. We support both single-line and multi-line comments. For example:
SettingsInclude the below snippet in your User Settings (File > Preferences > User Settings).
excludeSet which file extension you want to exclude. For example, includeSet which file extension you want to include. If both include and exclude entry exist, include is prefered (ignore value of exclude). folderExcludeSet which folder you want to exclude. Allowed values are folder names only (not directory path). onlySet which folder you want to focus on. If both only and folderExclude exist, only is prefered. In that case, folderExclude entry will work inside these only folders. Each item is a path under the root folder. For example:
showInProblemsIf markersContains the words that signal the start of TODOs. It can contain either strings, or tuples of [marker string, priority] pairs. Priority can be either of these strings (sorted by severity, lowest to highest):
Example usage:
autoDefaultMarkersIf Supported languagesJava, Javascript, C#, C, C++, F#, Python, Ruby, Coffee Script, R, Haskell, Lua, Go, Perl, Markdown, Css, Scss, Less, Latex, Typescript, Elixir, Shell Script, Twig, Visual Basic, Matlab. Note that multi-line comment style is only supported in languages that have the syntax in the example. ContributionThis is a small project by a passionate student so any contribution is welcome and loved :+1: |