Releases: edheltzel/better-nunjucks-for-visual-studio-code
Releases · edheltzel/better-nunjucks-for-visual-studio-code
v0.3.1
v0.3.0
Full Changelog: v0.2.72...v0.3.0
v0.2.72
Full Changelog: v0.2.71...v0.2.72
v0.2.71
v0.2.6
What's Changed
- Use Nunjucks-style comments in Markdown by @cypressSap in #18
New Contributors
- @cypressSap made their first contribution in #18
Full Changelog: v0.2.5...v0.2.6
v0.2.5
v0.2.3
v0.2.1
v0.2.0
Includes Nunjucks comment when using ctrl+/
or cmd+/
inside of Nunjucks or HTML files
Also adds hcomm
to the snippets when a user wants to add an HTML comment.
I should also mention that Emmet has the ability to add an HTML comment which can be assigned to a keyboard command.
I suggest using ctrl+alt+/
{
"key": "ctrl+alt+/",
"command": "editor.emmet.action.toggleComment"
}