Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>hello just testNew to Visual Studio Code? Get it now.
hello just test

hello just test

wangcong

|
36 installs
| (0) | Free
hey is test
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JavaScript

VS Code JavaScript (ES6) snippets


Version Installs Ratings

This extension contains code snippets for JavaScript in ES6 syntax for [Vs Code][code] editor (supports both JavaScript and TypeScript).

Installation

In order to install an extension you need to launch the Command Pallete (Ctrl + Shift + P or Cmd + Shift + P) and type Extensions. 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.

Supported languages (file extensions)

  • JavaScript (.js)
  • TypeScript (.ts)
  • JavaScript React (.jsx)
  • TypeScript React (.tsx)
  • Html (.html)
  • Vue (.vue)

Snippets

Below is a list of all available snippets and the triggers of each one. The ⇥ means the TAB key.

Import and export

Trigger Content
imp→ imports entire module import fs from 'fs';
test-temp→ 测试模板
des-find find element
des-state-str expect(component.state().name).toBe('this is a bug')
dev-input <input className='base-input' type = 'text' placeHolder='请输入' defaultValue={idCard.name}/>
dev-action action 模板
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft