/vscode-PolymerSnippets

Polymer Snippets for VSCode

Primary LanguageTypeScriptOtherNOASSERTION

Polymer Snippets for VSCode

Polymer Snippets for VSCode based on Atom Polymer Snippets and Sublime Polymer Snippets by Rob Dodson.

Installation

  1. Visit VSCode Market: Polymer Snippets for VSCode.

    OR

  2. By VSCode

    • Open VSCode

    • Launch VS Code Quick Open (press Ctrl+P)

    • Paste the following command

      ext install vscode-polymer-snippets
      
    • Press Enter to search the extension

    • Select Custom Snippets

    • Install

Tip: If you open README on GitHub, you can install Clipboardy, a Chrome extension, for copying the command listed above to clipboard. For more information, please visit Clipboardy Chrome Extension Homepage.

Usage

Type snippet prefix, and IntelliSense will show the snippet. If IntelliSense doesn't show the snippet, press Ctrl+Space and then Enter to insert the snippet.

Snippet Name Prefix Description
html-import-app-elements hi-app HTML Import: app-elements
html-import-app-layout hi-app-layout HTML Import: app-layout
html-import-app-localize hi-app-localize HTML Import: app-localize-behavior
html-import-app-pouchdb hi-app-pouchdb HTML Import: app-puchdb-*
html-import-app-route hi-app-route HTML Import: app-route
html-import-app-location hi-app-location HTML Import: app-location
html-import-app-route-converter hi-app-route-converter HTML Import: app-route-converter
html-import-app-localstorage-document hi-app-localstorage HTML Import: app-localstorage-document
html-import-app-indexeddb-mirror hi-app-indexeddb HTML Import: app-indexeddb-mirror
html-import-iron-elements hi-fe HTML Import: iron-elements
html-import-iron-a11y-announcer hi-fe-a11y-announcer HTML Import: iron-a11y-announcer
html-import-a11y-keys hi-fe-a11y-keys HTML Import: iron-a11y-keys
html-import-iron-ajax hi-fe-ajax HTML Import: iron-ajax
html-import-iron-autogrow-textarea hi-fe-textarea HTML Import: iron-autogrow-textarea
html-import-iron-button-state hi-fe-button-state HTML Import: iron-behaviors -> iron-button-state
html-import-iron-checked-element-behavior hi-fe-checked-element HTML Import: iron-checked-element-behavior
html-import-iron-collapse hi-fe-collapse HTML Import: iron-collapse
html-import-iron-component-page hi-fe-component HTML Import: iron-component-page
html-import-iron-demo-snippet hi-fe-demo HTML Import: iron-demo-helpers -> demo-snippet
html-import-iron-doc-viewer hi-fe-doc HTML Import: iron-doc-viewer
html-import-iron-dropdown hi-fe-dropdown HTML Import: iron-dropdown
html-import-iron-fit-behavior hi-fe-fit HTML Import: iron-fit-behavior
html-import-iron-flex-layout hi-fe-flex HTML Import: iron-flex-layout
html-import-iron-flex-layout-classes hi-fe-flex-classes HTML Import: iron-flex-layout-classes
html-import-iron-form hi-fe-form HTML Import: iron-form
html-import-iron-form-element-behavior hi-fe-form-element HTML Import: iron-form-element-behavior
html-import-iron-icon hi-fe-ic HTML Import: iron-icon
html-import-iron-icons hi-fe-ics HTML Import: iron-icons
html-import-iron-icons-av hi-fe-ics-av HTML Import: av-icons
html-import-iron-icons-communication hi-fe-ics-communication HTML Import: communication-icons
html-import-iron-icons-device hi-fe-ics-device HTML Import: device-icons
html-import-iron-icons-editor hi-fe-ics-editor HTML Import: editor-icons
html-import-iron-icons-hardware hi-fe-ics-hardware HTML Import: hardware-icons
html-import-iron-icons-image hi-fe-ics-image HTML Import: image-icons
html-import-iron-icons-maps hi-fe-ics-maps HTML Import: maps-icons
html-import-iron-icons-notification hi-fe-ics-notification HTML Import: notification-icons
html-import-iron-icons-places hi-fe-ics-places HTML Import: places-icons
html-import-iron-icons-social hi-fe-ics-social HTML Import: social-icons
html-import-iron-icons-update hi-fe-ics-update HTML Import: update-icons
html-import-iron-iconset hi-fe-icset HTML Import: iron-iconset
html-import-iron-iconset-svg hi-fe-icset-svg HTML Import: iron-iconset-svg
html-import-iron-image hi-fe-image HTML Import: iron-image
html-import-iron-input hi-fe-input HTML Import: iron-input
html-import-iron-jsonp-library hi-fe-jsonp HTML Import: iron-jsonp-library
html-import-iron-label hi-fe-label HTML Import: iron-label
html-import-iron-list hi-fe-list HTML Import: iron-list
html-import-iron-localstorage hi-fe-local HTML Import: iron-localstorage
html-import-iron-location hi-fe-location HTML Import: iron-location
html-import-iron-media-query hi-fe-media-query HTML Import: iron-media-query
html-import-iron-menu-behavior hi-fe-menu HTML Import: iron-menu-behavior
html-import-iron-menubar-behavior hi-fe-menubar HTML Import: iron-menubar-behavior
html-import-iron-meta hi-fe-meta HTML Import: iron-meta
html-import-iron-overlay-behavior hi-fe-overlay HTML Import: iron-overlay-behavior
html-import-iron-pages hi-fe-pages HTML Import: iron-pages
html-import-iron-range-behavior hi-fe-range HTML Import: iron-range-behavior
html-import-iron-resizable-behavior hi-fe-resize HTML Import: iron-resizable-behavior
html-import-iron-scroll-target-behavior hi-fe-scroll-target HTML Import: iron-scroll-target-behavior
html-import-iron-scroll-threshold hi-fe-scroll-threshold HTML Import: iron-scroll-threshold
html-import-iron-selector hi-fe-selector HTML Import: iron-selector
html-import-iron-signals hi-fe-signals HTML Import: iron-signals
html-import-iron-swipeable-container hi-fe-swipeable HTML Import: iron-swipeable-container
html-import-iron-validatable-behavior hi-fe-validatable HTML Import: iron-validatable-behavior
html-import-iron-validator-behavior hi-fe-validator HTML Import: iron-validator-behavior
html-import hi HTML Import
html-import-polymer hi-polymer HTML Import: Polymer
html-import-shared-styles hi-styles HTML Import: Shared Styles

License

Polymer Snippets for VSCode License © Aly Yasser Pranajaya

Atom Polymer Snippets License © Rob Dodson

Sublime Polymer Snippets License © Rob Dodson