TODO extension for Visual Studio CodeThis extension adds functionality to list TODO:s in the project:
FeaturesUsageSettingsTo exclude files from the search for TODO's, create the variable todoIgnore in your workspace or user settings:
It should contain an array of glob-patterns. To customize scan expression, create the variable todoScanRegex in your workspace or user settings:
MarketplaceThe extension is published on Visual Studio Codes marketplace at: https://marketplace.visualstudio.com/items/MattiasPernhult.vscode-todo Download the extension with Visual Studio Code by open the command palette and run
Local usageFirst you need to clone the project, I strongly recommend you to clone it directly to the extension folder under the .vscode folder, or you can clone it and then copy the project into this location. The .vscode folder is located under:
ContributingIf you like to contribute with new features or fixing issues just set up a development environment and make a pull request and I will look into that as soon as possible. Development environmentYou can set up a development environment for debugging the extension during extension development. First make sure you do not have the extension installed in
License |