Working Draft
A snippet extension for generation TODO messages with emojis for easier comprehension and organization, see TODO NUKEM Convention.
Install this extension from the VSCode Marketplace
In supported languages, you can type "todo" or "fixme" and then press the Tab key to activate the different options.
todo ⇥
fixme ⇥
Defined in the package.json
file, the following languages are supported with either line or block comments:
TypeScript, JavaScript
CSS, PostCSS, SCSS, Less, HTML, Python, Java, C#, C++, Ruby, Swift, PHP, Go, Rust, Dart, Perl, Lua, Shell Script
For example, CSS uses block comments like /* ... */
.
And TypeScript could use line comments like // ...
.
If a language you need is missing, feel free to open a PR and contribute!
How can I enable snippet suggestions in comments in VSCode?
By default, snippet suggestions are not active in comments in VSCode. If you want to enable this feature, you need to adjust your settings.
In User Settings search for quickSuggestions
and enable the following options:
"editor.quickSuggestions": {
"comments": true,
"strings": true
}
For more questions and answers, please visit our Q&A Discussions.
If you find this project helpful, please consider giving it the Convention Repo a star on GitHub.
We do not currently offer direct support for this project.
- Publish this package to the Visual Studio Extension Store
- Add optional block support
- Add a combination of Emoji and Text support
We appreciate the support from Eviden, helping us continue our open source work.
See the LICENSE file for details.
Please note that this project, TODO NUKEM, is not officially associated with or endorsed by the Duke Nukem franchise or its creators. It is an independent project developed by the open-source community and does not claim any rights to the Duke Nukem trademark or any related materials.
Thanks goes to these wonderful people (emoji key):
Jochen Simon 🎨 |
Julian Kasimir 🤔 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!