Y2Lin / requirejs-snippets-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirejs Snippets for VSCode

This extension for Visual Studio Code adds snippets for Requirejs.

Usage

Use Extension
Type part of a snippet, press enter, and the snippet unfolds.

rqConfig  // creates an requirejs config
rqDefine  // creates an requirejs define
rqRequire // creates an requirejs require

Alternatively, press Ctrl+Space (Windows, Linux) or Cmd+Space (OSX) to activate snippets from within the editor.

Installation

  1. Install Visual Studio Code 0.10.1 or higher
  2. Launch Code
  3. From the command palette Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (OSX)
  4. Select Install Extension
  5. Choose the extension
  6. Reload Visual Studio Code

About

License:MIT License