You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension contains code snippets for JavaScript in ES6 syntax for [VS Code][code] editor (supports both JavaScript and TypeScript).
5
+
# JavaScript Snippets
6
+
JavaScript snippets for Visual Studio Code
7
+
8
+
## About
9
+
10
+
This extension for [Visual Studio Code](https://code.visualstudio.com/) editor contains JavaScript snippets in ES2015 syntax with optional semicolons hidden behind `snippets-javascript.semi` configuration option by default set to `true`.
10
11
11
12
## Installation
12
13
13
14
In order to install an extension you need to launch the Command Pallete (Ctrl + Shift + P or Cmd + Shift + P) and type Extensions.
14
-
There you have either the option to show the already installed snippets or install new ones. Search for *JavaScript (ES6) code snippets* and install it.
15
+
There you have either the option to show the already installed snippets or install new ones. Search for *JavaScript (ES2015) Snippets* and install it.
15
16
16
17
## Supported languages (file extensions)
18
+
17
19
* JavaScript (.js)
18
20
* TypeScript (.ts)
19
21
* JavaScript React (.jsx)
20
22
* TypeScript React (.tsx)
21
-
*Html (.html)
23
+
*HTML (.html)
22
24
23
25
## Snippets
24
26
@@ -74,5 +76,3 @@ Below is a list of all available snippets and the triggers of each one. The **
0 commit comments