Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Snippets
>
HTML Enter++
New to Visual Studio Code?
Get it now.
HTML Enter++
chihiro718
|
10,683 installs
|
(
1
)
|
Free
Adds keybindings for [Enter] while editing HTML files
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
HTML Enter++
Features
HTML Enter++ adds keybindings for
Enter
while editing HTML files.
Default Keybindings
Shift
+
Enter
Next Line (insert "
<br>
+ \n")
Ctrl(Cmd)
+
Enter
Next Paragraph (insert "\n +
</p>
+ \n +
<p>
+ \n")
Known Issues
None
Release Notes
Ver
Date
Comment
1.0.0
2020.11.08
Initial release.