with Dreamweaver's keybinding style.
Very easy to insert <br> HTML tag keybind, with Dreamweaver's keybinding style.
- simple keybinding
shift+enter
Quick insert <br> tag with keybind.
Single or Multiple selections ok.
Tags are inserted in the form of <br /> in jsx language file.
Then insert <br> tag. Easy.
Can set options in your settings.json.
Setting of language in which br-tag is inserted.
Example(This notation is the default setting):
"insert-br-tag.enableOnLanguage": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"markdown",
"html"
]Setting of language to use trailing slash format(<br />).
Example(This notation is the default setting):
"insert-br-tag.trailingSlashLanguage": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
]"vscode": "^1.16.0"
See https://github.com/1natsu172/vscode-insert-linebreak-tag/blob/master/CHANGELOG.md
1natsu
GitHub: https://github.com/1natsu172
Twitter: @1natsu172
