{ "bs3-alert:danger": { "prefix": "bs3-alert:danger", "body": "\n
\n\t\n\t${1:Title!} ${2:Alert body ...}\n
\n", "description": "Danger Alert Box", "scope": "" }, "bs3-alert:info": { "prefix": "bs3-alert:info", "body": "\n
\n\t\n\t${1:Title!} ${2:Alert body ...}\n
\n", "description": "Info Alert Box", "scope": "" }, "bs3-alert:success": { "prefix": "bs3-alert:success", "body": "\n
\n\t\n\t${1:Title!} ${2:Alert body ...}\n
\n", "description": "Success Alert Box", "scope": "" }, "bs3-alert:warning": { "prefix": "bs3-alert:warning", "body": "\n
\n \n ${1:Title!} ${2:Alert body ...}\n
\n", "description": "Warning Alert Box", "scope": "" }, "bs3-alert": { "prefix": "bs3-alert", "body": "\n
\n\t\n\t${1:Title!} ${2:Alert body ...}\n
\n", "description": "Alert Box (Default)", "scope": "" }, "bs3-badge": { "prefix": "bs3-badge", "body": "\n${1:Badge}\n", "description": "Badge (Default)", "scope": "" }, "bs3-block-button:danger": { "prefix": "bs3-block-button:danger", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-${3:large} btn-block btn-danger\">${4:button}\n", "description": "Danger Block Button", "scope": "" }, "bs3-block-button:default": { "prefix": "bs3-block-button:default", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-${3:large} btn-block btn-default\">${4:button}\n", "description": "Default Block Button", "scope": "" }, "bs3-block-button:disabled": { "prefix": "bs3-block-button:disabled", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-${3:large} btn-block btn-{2:default} disabled\">${4:button}\n", "description": "Disabled Block Button", "scope": "" }, "bs3-block-button:info": { "prefix": "bs3-block-button:info", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-${3:large} btn-block btn-info\">${4:button}\n", "description": "Info Block Button", "scope": "" }, "bs3-block-button:primary": { "prefix": "bs3-block-button:primary", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-${3:large} btn-block btn-primary\">${4:button}\n", "description": "Primary Block Button", "scope": "" }, "bs3-block-button:success": { "prefix": "bs3-block-button:success", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-${3:large} btn-block btn-success\">${4:button}\n", "description": "Success Block Button", "scope": "" }, "bs3-block-button:warning": { "prefix": "bs3-block-button:warning", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-${3:large} btn-block btn-warning\">${4:button}\n", "description": "Warning Block Button", "scope": "" }, "bs3-block-button": { "prefix": "bs3-block-button", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-${3:large} btn-block btn-default\">${4:button}\n", "description": "Block Button", "scope": "" }, "bs3-block-link-button:danger": { "prefix": "bs3-block-link-button:danger", "body": "\nbutton\n", "description": "Danger Block Link Button", "scope": "" }, "bs3-block-link-button:default": { "prefix": "bs3-block-link-button:default", "body": "\nbutton\n", "description": "Default Block Link Button", "scope": "" }, "bs3-block-link-button:disabled": { "prefix": "bs3-block-link-button:disabled", "body": "\nbutton\n", "description": "Disabled Block Link Button", "scope": "" }, "bs3-block-link-button:info": { "prefix": "bs3-block-link-button:info", "body": "\nbutton\n", "description": "Info Block Link Button", "scope": "" }, "bs3-block-link-button:primary": { "prefix": "bs3-block-link-button:primary", "body": "\nbutton\n", "description": "Primary Block Link Button", "scope": "" }, "bs3-block-link-button:success": { "prefix": "bs3-block-link-button:success", "body": "\nbutton\n", "description": "Success Block Link Button", "scope": "" }, "bs3-block-link-button:warning": { "prefix": "bs3-block-link-button:warning", "body": "\nbutton\n", "description": "Warning Block Link Button", "scope": "" }, "bs3-block-link-button": { "prefix": "bs3-block-link-button", "body": "\nbutton\n", "description": "Block Link Button", "scope": "" }, "bs3-breadcrumbs": { "prefix": "bs3-breadcrumbs", "body": "\n
    \n\t
  1. \n\t\t${2:Home}\n\t
  2. \n\t
  3. ${3:Current}
  4. \n
\n", "description": "Breadcrumbs", "scope": "" }, "bs3-breadcrumbs-link": { "prefix": "bs3-breadcrumbs-link", "body": "
  • \n\t${2:Link}\n
  • ", "description": "Breadcrumbs link", "scope": "" }, "bs3-button:danger": { "prefix": "bs3-button:danger", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-danger\">${3:button}\n", "description": "Danger Button", "scope": "" }, "bs3-button:default": { "prefix": "bs3-button:default", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-default\">${3:button}\n", "description": "Default Button", "scope": "" }, "bs3-button:disabled": { "prefix": "bs3-button:disabled", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-${3:primary} disabled\">${4:button}\n", "description": "Disabled Button", "scope": "" }, "bs3-group:vertical": { "prefix": "bs3-group:vertical", "body": "\n
    \n\t<${1:button} ${2:type=\"button\"} class=\"btn btn-default\">Top\n\t<${1:button} ${2:type=\"button\"} class=\"btn btn-default\">Middle\n\t<${1:button} ${2:type=\"button\"} class=\"btn btn-default\">Bottom\n
    \n", "description": "Vertical Button Group", "scope": "" }, "bs3-group": { "prefix": "bs3-group", "body": "\n
    \n\t<${1:button} ${2:type=\"button\"} class=\"btn btn-default\">Left\n\t<${1:button} ${2:type=\"button\"} class=\"btn btn-default\">Middle\n\t<${1:button} ${2:type=\"button\"} class=\"btn btn-default\">Right\n
    \n", "description": "Button Group", "scope": "" }, "bs3-button:info": { "prefix": "bs3-button:info", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-info\">${3:button}\n", "description": "Info Button", "scope": "" }, "bs3-button:primary": { "prefix": "bs3-button:primary", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-primary\">${3:button}\n", "description": "Primary Button", "scope": "" }, "bs3-button:success": { "prefix": "bs3-button:success", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-success\">${3:button}\n", "description": "Success Button", "scope": "" }, "bs3-toolbar": { "prefix": "bs3-toolbar", "body": "\n
    \n\t
    \n\t
    \n\t
    \n
    \n", "description": "Toolbar for Button Groups", "scope": "" }, "bs3-button:warning": { "prefix": "bs3-button:warning", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-warning\">${3:button}\n", "description": "Warning Button", "scope": "" }, "bs3-button": { "prefix": "bs3-button", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-default\">${3:button}\n", "description": "Button", "scope": "" }, "bs3-carousel": { "prefix": "bs3-carousel", "body": "\n
    \n
      \n
    1. \n
    2. \n
    3. \n
    \n
    \n
    \n \"First\n
    \n
    \n

    Example headline.

    \n

    Note: If you're viewing this page via a file:// URL, the \"next\" and \"previous\" Glyphicon buttons on the left and right might not load/display properly due to web browser security rules.

    \n

    Sign up today

    \n
    \n
    \n
    \n
    \n \"Second\n
    \n
    \n

    Another example headline.

    \n

    Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

    \n

    Learn more

    \n
    \n
    \n
    \n
    \n \"Third\n
    \n
    \n

    One more for good measure.

    \n

    Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

    \n

    Browse gallery

    \n
    \n
    \n
    \n
    \n \n \n
    \n", "description": "Carousel", "scope": "" }, "bs3-cdn:css": { "prefix": "bs3-cdn:css", "body": "\n\n\n", "description": "CDN Hosted Bootstrap Link: CSS Only", "scope": "" }, "bs3-cdn:js": { "prefix": "bs3-cdn:js", "body": "\n\n${1:}\n\n", "description": "CDN Hosted Bootstrap Link: JS Only", "scope": "" }, "bs3-cdn": { "prefix": "bs3-cdn", "body": "\n\n\n${2:}\n\n", "description": "CDN Hosted Bootstrap Links: CSS & JS", "scope": "" }, "bs3-clearfix": { "prefix": "bs3-clearfix", "body": "\n
    \n\n
    \n", "description": "Clearfix", "scope": "" }, "bs3-col:1": { "prefix": "bs3-col:1", "body": "\n
    \n\t${0}\n
    \n", "description": "1 Column", "scope": "" }, "bs3-col:10": { "prefix": "bs3-col:10", "body": "\n
    \n\t${0}\n
    \n", "description": "10 Columns", "scope": "" }, "bs3-col:11": { "prefix": "bs3-col:11", "body": "\n
    \n\t${0}\n
    \n", "description": "11 Columns", "scope": "" }, "bs3-col:12": { "prefix": "bs3-col:12", "body": "\n
    \n\t${0}\n
    \n", "description": "12 Columns", "scope": "" }, "bs3-col:2": { "prefix": "bs3-col:2", "body": "\n
    \n\t${0}\n
    \n", "description": "2 Columns", "scope": "" }, "bs3-col:3": { "prefix": "bs3-col:3", "body": "\n
    \n\t${0}\n
    \n", "description": "3 Columns", "scope": "" }, "bs3-col:4": { "prefix": "bs3-col:4", "body": "\n
    \n\t${0}\n
    \n", "description": "4 Columns", "scope": "" }, "bs3-col:5": { "prefix": "bs3-col:5", "body": "\n
    \n\t${0}\n
    \n", "description": "5 Columns", "scope": "" }, "bs3-col:6": { "prefix": "bs3-col:6", "body": "\n
    \n\t${0}\n
    \n", "description": "6 Columns", "scope": "" }, "bs3-col:7": { "prefix": "bs3-col:7", "body": "\n
    \n\t${0}\n
    \n", "description": "7 Columns", "scope": "" }, "bs3-col:8": { "prefix": "bs3-col:8", "body": "\n
    \n\t${0}\n
    \n", "description": "8 Columns", "scope": "" }, "bs3-col:9": { "prefix": "bs3-col:9", "body": "\n
    \n\t${0}\n
    \n", "description": "9 Columns", "scope": "" }, "bs3-col": { "prefix": "bs3-col", "body": "\n
    \n\t${0}\n
    \n", "description": "Column (no number specified)", "scope": "" }, "bs3-container": { "prefix": "bs3-container", "body": "\n
    \n\t${0}\n
    \n", "description": "Container", "scope": "" }, "bs3-form:horizontal": { "prefix": "bs3-form:horizontal", "body": "\n
    \n\t\t
    \n\t\t\t${3:Form title}\n\t\t
    \n\n\t\t${0}\n\n\t\t
    \n\t\t\t
    \n\t\t\t\t\n\t\t\t
    \n\t\t
    \n
    \n", "description": "Horizontal Form", "scope": "" }, "bs3-form:inline": { "prefix": "bs3-form:inline", "body": "\n
    \n\n\t${3:
    \n\t\t\n\t\t\n\t
    }\n\n\t${0}\n\n\t\n
    \n", "description": "Inline Form", "scope": "" }, "bs3-form:label": { "prefix": "bs3-form:label", "body": "\n\n", "description": "Label", "scope": "" }, "bs3-form": { "prefix": "bs3-form", "body": "\n
    \n\t${3:Form title}\n\n\t
    \n\t\t\n\t\t\n\t
    \n\n\t${0}\n\n\t\n
    \n", "description": "Form", "scope": "" }, "bs3-template:html5": { "prefix": "bs3-template:html5", "body": "\n\n\n\t\n\t\t\n\t\t\n\t\t\n\t\t${2:Title Page}\n\n\t\t\n\t\t\n\n\t\t\n\t\t\n\t\t\n\t\n\t\n\t\t

    ${6:Hello World}

    \n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n\n", "description": "HTML5 Template Layout", "scope": "" }, "bs3-icon:glyphicon": { "prefix": "bs3-icon:glyphicon", "body": "\n\n", "description": "Glyphicon", "scope": "" }, "bs3-icon": { "prefix": "bs3-icon", "body": "\n\n", "description": "Icon", "scope": "" }, "bs3-image": { "prefix": "bs3-image", "body": "\n\"${3:Image}\"\n", "description": "Responsive Image", "scope": "" }, "bs3-input:checkbox": { "prefix": "bs3-input:checkbox", "body": "\n
    \n\t\n
    \n", "description": "Checkbox", "scope": "" }, "bs3-input:color:h": { "prefix": "bs3-input:color:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "Color Input (Horizontal)", "scope": "" }, "bs3-input:color": { "prefix": "bs3-input:color", "body": "\n\n", "description": "Color Input", "scope": "" }, "bs3-input:date:h": { "prefix": "bs3-input:date:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "Date Input (Horizontal)", "scope": "" }, "bs3-input:date": { "prefix": "bs3-input:date", "body": "\n\n", "description": "Date Input", "scope": "" }, "bs3-input:email:h": { "prefix": "bs3-input:email:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "Email Input (Horizontal)", "scope": "" }, "bs3-input:email": { "prefix": "bs3-input:email", "body": "\n\n", "description": "Email Input", "scope": "" }, "bs3-input-group:addon:text": { "prefix": "bs3-input-group:addon:text", "body": "\n
    \n\t
    ${1:\\$}
    \n\t\n
    \n", "description": "Input group (addon & text-field)", "scope": "" }, "bs3-input-group-addon": { "prefix": "bs3-input-group-addon", "body": "\n
    ${1:\\$}
    \n", "description": "Input group (addon)", "scope": "" }, "bs3-input-group-btn": { "prefix": "bs3-input-group-btn", "body": "\n\n\t\n\n", "description": "Input group (button)", "scope": "" }, "bs3-input-group:text:btn": { "prefix": "bs3-input-group:text:btn", "body": "\n
    \n\t\n\t\n\t\t\n\t\n
    \n", "description": "Input group (text-field & btn)", "scope": "" }, "bs3-input-group": { "prefix": "bs3-input-group", "body": "\n
    \n\t${0}\n
    \n", "description": "Input Group", "scope": "" }, "bs3-input:hidden": { "prefix": "bs3-input:hidden", "body": "\n\n", "description": "Hidden Input", "scope": "" }, "bs3-input:label": { "prefix": "bs3-input:label", "body": "\n\n", "description": "Input Label", "scope": "" }, "bs3-input:month:h": { "prefix": "bs3-input:month:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "Month Input (Horizontal)", "scope": "" }, "bs3-input:month": { "prefix": "bs3-input:month", "body": "\n\n", "description": "Month Input", "scope": "" }, "bs3-input:number:h": { "prefix": "bs3-input:number:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "Number Input (Horizontal)", "scope": "" }, "bs3-input:number": { "prefix": "bs3-input:number", "body": "\n\n", "description": "Number Input", "scope": "" }, "bs3-input:password:h": { "prefix": "bs3-input:password:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "Password Input (Horizontal)", "scope": "" }, "bs3-input:password": { "prefix": "bs3-input:password", "body": "\n\n", "description": "Password Input", "scope": "" }, "bs3-input:radio": { "prefix": "bs3-input:radio", "body": "\n
    \n\t\n
    \n", "description": "Radio Input", "scope": "" }, "bs3-input:range:h": { "prefix": "bs3-input:range:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "Range Input (Horizontal)", "scope": "" }, "bs3-input:range": { "prefix": "bs3-input:range", "body": "\n\n", "description": "Range Input", "scope": "" }, "bs3-input:reset:h": { "prefix": "bs3-input:reset:h", "body": "\n
    \n\t
    \n\t\t\n\t
    \n
    \n", "description": "Reset Input (Horizontal)", "scope": "" }, "bs3-input:reset": { "prefix": "bs3-input:reset", "body": "\n\n", "description": "Reset Input", "scope": "" }, "bs3-input:search:h": { "prefix": "bs3-input:search:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "Search Input (Horizontal)", "scope": "" }, "bs3-input:search": { "prefix": "bs3-input:search", "body": "\n\n", "description": "Search Input", "scope": "" }, "bs3-input:select:h": { "prefix": "bs3-input:select:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "", "scope": "" }, "bs3-input:select": { "prefix": "bs3-input:select", "body": "\n\n", "description": "Select Input", "scope": "" }, "bs3-input:submit:h": { "prefix": "bs3-input:submit:h", "body": "\n
    \n\t
    \n\t\t\n\t
    \n
    \n", "description": "Select Input (Horizontal)", "scope": "" }, "bs3-input:submit": { "prefix": "bs3-input:submit", "body": "\n\n", "description": "Submit Button", "scope": "" }, "bs3-input:tel:h": { "prefix": "bs3-input:tel:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "Telephone Input (Horizontal)", "scope": "" }, "bs3-input:tel": { "prefix": "bs3-input:tel", "body": "\n\n", "description": "Telephone Input", "scope": "" }, "bs3-input:text:h": { "prefix": "bs3-input:text:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "Text Input (Horizontal)", "scope": "" }, "bs3-input:text": { "prefix": "bs3-input:text", "body": "\n\n", "description": "Text Input", "scope": "" }, "bs3-input:time:h": { "prefix": "bs3-input:time:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "Time Input (Horizontal)", "scope": "" }, "bs3-input:time": { "prefix": "bs3-input:time", "body": "\n\n", "description": "Time Input", "scope": "" }, "bs3-input:url:h": { "prefix": "bs3-input:url:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "URL Input (Horizontal)", "scope": "" }, "bs3-input:url": { "prefix": "bs3-input:url", "body": "\n\n", "description": "URL Input", "scope": "" }, "bs3-input:week:h": { "prefix": "bs3-input:week:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "Week Input (Horizontal)", "scope": "" }, "bs3-input:week": { "prefix": "bs3-input:week", "body": "\n\n", "description": "Week Input", "scope": "" }, "bs3-jumbotron": { "prefix": "bs3-jumbotron", "body": "\n
    \n\t
    \n\t\t

    ${1:Hello, world!}

    \n\t\t

    ${2:Contents ...}

    \n\t\t

    \n\t\t\t${3:Learn more}\n\t\t

    \n\t
    \n
    \n", "description": "Jumbotron", "scope": "" }, "bs3-label:danger": { "prefix": "bs3-label:danger", "body": "\n${1:Label}\n", "description": "Danger Label", "scope": "" }, "bs3-label:default": { "prefix": "bs3-label:default", "body": "\n${1:Label}\n", "description": "Default Label", "scope": "" }, "bs3-label:info": { "prefix": "bs3-label:info", "body": "\n${1:Label}\n", "description": "Info Label", "scope": "" }, "bs3-label:success": { "prefix": "bs3-label:success", "body": "\n${1:Label}\n", "description": "Success Label", "scope": "" }, "bs3-label:warning": { "prefix": "bs3-label:warning", "body": "\n${1:Label}\n", "description": "Warning Label", "scope": "" }, "bs3-label": { "prefix": "bs3-label", "body": "\n${1:Label}\n", "description": "Label", "scope": "" }, "bs3-lg-button:danger": { "prefix": "bs3-lg-button:danger", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-lg btn-danger\">${3:button}\n", "description": "Large Danger Button", "scope": "" }, "bs3-lg-button:default": { "prefix": "bs3-lg-button:default", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-lg btn-default\">${3:button}\n", "description": "Large Default Button", "scope": "" }, "bs3-lg-button:disabled": { "prefix": "bs3-lg-button:disabled", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-lg btn-${3:default} disabled\">${4:button}\n", "description": "Large Disabled Button", "scope": "" }, "bs3-lg-button:info": { "prefix": "bs3-lg-button:info", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-lg btn-info\">${3:button}\n", "description": "Large Info Button", "scope": "" }, "bs3-lg-button:primary": { "prefix": "bs3-lg-button:primary", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-lg btn-primary\">${3:button}\n", "description": "Large Primary Button", "scope": "" }, "bs3-lg-button:success": { "prefix": "bs3-lg-button:success", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-lg btn-success\">${3:button}\n", "description": "Large Success Button", "scope": "" }, "bs3-lg-button:warning": { "prefix": "bs3-lg-button:warning", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-lg btn-warning\">${3:button}\n", "description": "Large Warning Button", "scope": "" }, "bs3-lg-button": { "prefix": "bs3-lg-button", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-lg btn-default\">${3:button}\n", "description": "Large Button", "scope": "" }, "bs3-lg-link-button:danger": { "prefix": "bs3-lg-link-button:danger", "body": "\nbutton\n", "description": "Danger Large Link Button", "scope": "" }, "bs3-lg-link-button:default": { "prefix": "bs3-lg-link-button:default", "body": "\nbutton\n", "description": "Default Large Link Button", "scope": "" }, "bs3-lg-link-button:disabled": { "prefix": "bs3-lg-link-button:disabled", "body": "\nbutton\n", "description": "Disabled Large Link Button", "scope": "" }, "bs3-lg-link-button:info": { "prefix": "bs3-lg-link-button:info", "body": "\nbutton\n", "description": "Info Large Link Button", "scope": "" }, "bs3-lg-link-button:primary": { "prefix": "bs3-lg-link-button:primary", "body": "\nbutton\n", "description": "Primary Large Link Button", "scope": "" }, "bs3-lg-link-button:success": { "prefix": "bs3-lg-link-button:success", "body": "\nbutton\n", "description": "Success Large Link Button", "scope": "" }, "bs3-lg-link-button:warning": { "prefix": "bs3-lg-link-button:warning", "body": "\nbutton\n", "description": "Warning Large Link Button", "scope": "" }, "bs3-lg-link-button": { "prefix": "bs3-lg-link-button", "body": "\nbutton\n", "description": "Large Link Button", "scope": "" }, "bs3-link-button:danger": { "prefix": "bs3-link-button:danger", "body": "\nbutton\n", "description": "Danger Link Button", "scope": "" }, "bs3-link-button:default": { "prefix": "bs3-link-button:default", "body": "\nbutton\n", "description": "Default Link Button", "scope": "" }, "bs3-link-button:disabled": { "prefix": "bs3-link-button:disabled", "body": "\nbutton\n", "description": "Disabled Link Button", "scope": "" }, "bs3-link-group:vertical": { "prefix": "bs3-link-group:vertical", "body": "\n
    \n\tTop\n\tMiddle\n\tBottom\n
    \n", "description": "Vertical Link Button Group", "scope": "" }, "bs3-link-group": { "prefix": "bs3-link-group", "body": "\n
    \n\tLeft\n\tMiddle\n\tRight\n
    \n", "description": "Link Button Group", "scope": "" }, "bs3-link-button:info": { "prefix": "bs3-link-button:info", "body": "\nbutton\n", "description": "Info Link Button", "scope": "" }, "bs3-link-button:primary": { "prefix": "bs3-link-button:primary", "body": "\nbutton\n", "description": "Primary Link Button", "scope": "" }, "bs3-link-button:success": { "prefix": "bs3-link-button:success", "body": "\nbutton\n", "description": "Success Link Button", "scope": "" }, "bs3-link-button:warning": { "prefix": "bs3-link-button:warning", "body": "\nbutton\n", "description": "Warning Link Button", "scope": "" }, "bs3-link-button": { "prefix": "bs3-link-button", "body": "\nbutton\n", "description": "Link Button", "scope": "" }, "bs3-list-group:badges": { "prefix": "bs3-list-group:badges", "body": "\n\n", "description": "List Group (with Badges)", "scope": "" }, "bs3-list-group:content": { "prefix": "bs3-list-group:content", "body": "\n
    \n\t\n\t\t

    ${1:List group item heading}

    \n\t\t

    ${2:Content goes here}

    \n\t
    \n
    \n", "description": "List Group (with Content)", "scope": "" }, "bs3-list-group:linked": { "prefix": "bs3-list-group:linked", "body": "\n
    \n\tItem 1\n\tItem 2\n\tItem 3\n
    \n", "description": "List Group (with Linked List)", "scope": "" }, "bs3-list-group": { "prefix": "bs3-list-group", "body": "\n\n", "description": "List Group", "scope": "" }, "bs3-local": { "prefix": "bs3-local", "body": "\n\n\n${2:}\n\n", "description": "Local Bootstrap Link", "scope": "" }, "bs3-media-object": { "prefix": "bs3-media-object", "body": "\n
    \n\t\n\t\t\"${3:Image}\"\n\t\n\t
    \n\t\t

    ${4:Media heading}

    \n\t\t

    ${5:Text goes here...}

    \n\t
    \n
    \n", "description": "Media Object", "scope": "" }, "bs3-xs-button:danger": { "prefix": "bs3-xs-button:danger", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-xs btn-danger\">${3:button}\n", "description": "Extra Small Danger Button", "scope": "" }, "bs3-xs-button:default": { "prefix": "bs3-xs-button:default", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-xs btn-default\">${3:button}\n", "description": "Extra Small Default Button", "scope": "" }, "bs3-xs-button:disabled": { "prefix": "bs3-xs-button:disabled", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-xs btn-${3:default} disabled\">${4:button}\n", "description": "Extra Small Disabled Button", "scope": "" }, "bs3-xs-button:info": { "prefix": "bs3-xs-button:info", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-xs btn-info\">${3:button}\n", "description": "Extra Small Info Button", "scope": "" }, "bs3-xs-button:primary": { "prefix": "bs3-xs-button:primary", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-xs btn-primary\">${3:button}\n", "description": "Extra Small Primary Button", "scope": "" }, "bs3-xs-button:success": { "prefix": "bs3-xs-button:success", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-xs btn-success\">${3:button}\n", "description": "Extra Small Success Button", "scope": "" }, "bs3-xs-button:warning": { "prefix": "bs3-xs-button:warning", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-xs btn-warning\">${3:button}\n", "description": "Extra Small Warning Button", "scope": "" }, "bs3-xs-button": { "prefix": "bs3-xs-button", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-xs btn-default\">${3:button}\n", "description": "Extra Small Button", "scope": "" }, "bs3-xs-link-button:danger": { "prefix": "bs3-xs-link-button:danger", "body": "\nbutton\n", "description": "Danger Extra Small Link Button", "scope": "" }, "bs3-xs-link-button:default": { "prefix": "bs3-xs-link-button:default", "body": "\nbutton\n", "description": "Default Extra Small Link Button", "scope": "" }, "bs3-xs-link-button:disabled": { "prefix": "bs3-xs-link-button:disabled", "body": "\nbutton\n", "description": "Disabled Extra Small Link Button", "scope": "" }, "bs3-xs-link-button:info": { "prefix": "bs3-xs-link-button:info", "body": "\nbutton\n", "description": "Info Extra Small Link Button", "scope": "" }, "bs3-xs-link-button:primary": { "prefix": "bs3-xs-link-button:primary", "body": "\nbutton\n", "description": "Primary Extra Small Link Button", "scope": "" }, "bs3-xs-link-button:success": { "prefix": "bs3-xs-link-button:success", "body": "\nbutton\n", "description": "Success Extra Small Link Button", "scope": "" }, "bs3-xs-link-button:warning": { "prefix": "bs3-xs-link-button:warning", "body": "\nbutton\n", "description": "Warning Extra Small Link Button", "scope": "" }, "bs3-xs-link-button": { "prefix": "bs3-xs-link-button", "body": "\nbutton\n", "description": "Extra Small Link Button", "scope": "" }, "bs3-modal": { "prefix": "bs3-modal", "body": "\n${1:Trigger modal}\n
    \n\t
    \n\t\t
    \n\t\t\t
    \n\t\t\t\t\n\t\t\t\t

    ${3:Modal title}

    \n\t\t\t
    \n\t\t\t
    \n\t\t\t\t${0}\n\t\t\t
    \n\t\t\t
    \n\t\t\t\t\n\t\t\t\t\n\t\t\t
    \n\t\t
    \n\t
    \n
    \n", "description": "Modal", "scope": "" }, "bs3-navbar:basic": { "prefix": "bs3-navbar:basic", "body": "\n
    \n\t${1:Title}\n\t\n
    \n", "description": "Navbar (Basic)", "scope": "" }, "bs3-navbar:brand": { "prefix": "bs3-navbar:brand", "body": "\n${2:Title}\n", "description": "Navbar Brand Element", "scope": "" }, "bs3-navbar:fixed-bottom": { "prefix": "bs3-navbar:fixed-bottom", "body": "\n\n", "description": "Navbar Fixed-Bottom", "scope": "" }, "bs3-navbar:fixed-top": { "prefix": "bs3-navbar:fixed-top", "body": "\n\n", "description": "Navbar Fixed-Top", "scope": "" }, "bs3-navbar:form": { "prefix": "bs3-navbar:form", "body": "\n
    \n\t\n\t\n
    \n", "description": "Navbar Form", "scope": "" }, "bs3-navbar:inverse": { "prefix": "bs3-navbar:inverse", "body": "\n\n", "description": "Navbar Inverse", "scope": "" }, "bs3-navbar:link": { "prefix": "bs3-navbar:link", "body": "\n

    \n\t${3:Links}\n

    \n", "description": "Navbar Link", "scope": "" }, "bs3-navbar:links": { "prefix": "bs3-navbar:links", "body": "\n\n", "description": "Navbar Links", "scope": "" }, "bs3-navbar:responsive": { "prefix": "bs3-navbar:responsive", "body": "\n\n", "description": "Navbar Responsive", "scope": "" }, "bs3-navbar:static-top": { "prefix": "bs3-navbar:static-top", "body": "\n\n", "description": "Navbar Static-Top", "scope": "" }, "bs3-navbar:text": { "prefix": "bs3-navbar:text", "body": "\n

    ${1:Navbar text}

    \n", "description": "Navbar Text", "scope": "" }, "bs3-navbar": { "prefix": "bs3-navbar", "body": "\n\n", "description": "Navbar", "scope": "" }, "bs3-page-header": { "prefix": "bs3-page-header", "body": "\n
    \n

    ${1:title}${2:subtext}

    \n
    \n", "description": "Page Header", "scope": "" }, "bs3-pager:aligned": { "prefix": "bs3-pager:aligned", "body": "\n\n", "description": "Aligned Pager", "scope": "" }, "bs3-pager": { "prefix": "bs3-pager", "body": "\n\n", "description": "Pager", "scope": "" }, "bs3-pagination:lg": { "prefix": "bs3-pagination:lg", "body": "\n\n", "description": "Pagination (Large)", "scope": "" }, "bs3-pagination:sm": { "prefix": "bs3-pagination:sm", "body": "\n\n", "description": "Pagination (Small)", "scope": "" }, "bs3-pagination": { "prefix": "bs3-pagination", "body": "\n\n", "description": "Pagination", "scope": "" }, "bs3-panel:danger": { "prefix": "bs3-panel:danger", "body": "\n
    \n\t
    \n\t\t\t

    Panel title

    \n\t
    \n\t
    \n\t\t\t${2:Panel content}\n\t
    \n
    \n", "description": "Panel (Danger)", "scope": "" }, "bs3-panel:footer": { "prefix": "bs3-panel:footer", "body": "\n
    \n\t
    \n\t\t\t${1:Panel content}\n\t
    \n\t
    \n\t\t\t${2:Panel footer}\n\t\t
    \n
    \n", "description": "Panel (with Footer)", "scope": "" }, "bs3-panel:heading": { "prefix": "bs3-panel:heading", "body": "\n
    \n\t
    \n\t\t\t

    ${2:Panel title}

    \n\t
    \n\t
    \n\t\t\t${3:Panel content}\n\t
    \n
    \n", "description": "Panel (with Heading)", "scope": "" }, "bs3-panel:info": { "prefix": "bs3-panel:info", "body": "\n
    \n\t
    \n\t\t\t

    Panel title

    \n\t
    \n\t
    \n\t\t\t${2:Panel content}\n\t
    \n
    \n", "description": "Panel (Info)", "scope": "" }, "bs3-panel:primary": { "prefix": "bs3-panel:primary", "body": "\n
    \n\t
    \n\t\t\t

    Panel title

    \n\t
    \n\t
    \n\t\t\t${2:Panel content}\n\t
    \n
    \n", "description": "Panel (Primary)", "scope": "" }, "bs3-panel:success": { "prefix": "bs3-panel:success", "body": "\n
    \n\t
    \n\t\t\t

    Panel title

    \n\t
    \n\t
    \n\t\t\t${2:Panel content}\n\t
    \n
    \n", "description": "Panel (Success)", "scope": "" }, "bs3-panel:table": { "prefix": "bs3-panel:table", "body": "\n
    \n\t\n\t
    Panel heading
    \n\t\t
    \n\t\t\t

    Text goes here...

    \n\t\t
    \n\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
    ${2:Heading 1}
    ${3:Heading 2}
    ${4:Content 1}
    ${5:Content 2}
    \n
    \n", "description": "Panel (with Table)", "scope": "" }, "bs3-panel:warning": { "prefix": "bs3-panel:warning", "body": "\n
    \n\t
    \n\t\t\t

    Panel title

    \n\t
    \n\t
    \n\t\t\t${2:Panel content}\n\t
    \n
    \n", "description": "Panel (Warning)", "scope": "" }, "bs3-panel": { "prefix": "bs3-panel", "body": "\n
    \n\t
    \n\t ${2:Basic panel example}\n\t
    \n
    \n", "description": "Panel", "scope": "" }, "bs3-row-col": { "prefix": "bs3-row-col", "body": "\n
    \n\t
    \n\t\t${0}\n\t
    \n
    \n", "description": "Row & Column (no number specified)", "scope": "" }, "bs3-row": { "prefix": "bs3-row", "body": "\n
    \n\t${0}\n
    \n", "description": "Row", "scope": "" }, "bs3-select:h": { "prefix": "bs3-select:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "Select (Horizontal)", "scope": "" }, "bs3-select": { "prefix": "bs3-select", "body": "\n\n", "description": "Select", "scope": "" }, "bs3-sm-button:danger": { "prefix": "bs3-sm-button:danger", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-sm btn-danger\">${3:button}\n", "description": "Small Danger Button", "scope": "" }, "bs3-sm-button:default": { "prefix": "bs3-sm-button:default", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-sm btn-default\">${3:button}\n", "description": "Small Default Button", "scope": "" }, "bs3-sm-button:disabled": { "prefix": "bs3-sm-button:disabled", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-sm btn-${3:default} disabled\">${4:button}\n", "description": "Small Disabled Button", "scope": "" }, "bs3-sm-button:info": { "prefix": "bs3-sm-button:info", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-sm btn-info\">${3:button}\n", "description": "Small Info Button", "scope": "" }, "bs3-sm-button:primary": { "prefix": "bs3-sm-button:primary", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-sm btn-primary\">${3:button}\n", "description": "Small Primary Button", "scope": "" }, "bs3-sm-button:success": { "prefix": "bs3-sm-button:success", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-sm btn-success\">${3:button}\n", "description": "Small Success Button", "scope": "" }, "bs3-sm-button:warning": { "prefix": "bs3-sm-button:warning", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-sm btn-warning\">${3:button}\n", "description": "Small Warning Button", "scope": "" }, "bs3-sm-button": { "prefix": "bs3-sm-button", "body": "\n<${1:button} ${2:type=\"button\"} class=\"btn btn-sm btn-default\">${3:button}\n", "description": "Small Button", "scope": "" }, "bs3-sm-link-button:danger": { "prefix": "bs3-sm-link-button:danger", "body": "\nbutton\n", "description": "Danger Small Link Button", "scope": "" }, "bs3-sm-link-button:default": { "prefix": "bs3-sm-link-button:default", "body": "\nbutton\n", "description": "Default Small Link Button", "scope": "" }, "bs3-sm-link-button:disabled": { "prefix": "bs3-sm-link-button:disabled", "body": "\nbutton\n", "description": "Disabled Small Link Button", "scope": "" }, "bs3-sm-link-button:info": { "prefix": "bs3-sm-link-button:info", "body": "\nbutton\n", "description": "Info Small Link Button", "scope": "" }, "bs3-sm-link-button:primary": { "prefix": "bs3-sm-link-button:primary", "body": "\nbutton\n", "description": "Primary Small Link Button", "scope": "" }, "bs3-sm-link-button:success": { "prefix": "bs3-sm-link-button:success", "body": "\nbutton\n", "description": "Success Small Link Button", "scope": "" }, "bs3-sm-link-button:warning": { "prefix": "bs3-sm-link-button:warning", "body": "\nbutton\n", "description": "Warning Small Link Button", "scope": "" }, "bs3-sm-link-button": { "prefix": "bs3-sm-link-button", "body": "\nbutton\n", "description": "Small Link Button", "scope": "" }, "bs3-table:bordered": { "prefix": "bs3-table:bordered", "body": "\n\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n
    \n", "description": "Bordered Table", "scope": "" }, "bs3-table:condensed": { "prefix": "bs3-table:condensed", "body": "\n\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n
    \n", "description": "Condensed Table", "scope": "" }, "bs3-table:hover": { "prefix": "bs3-table:hover", "body": "\n\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n
    \n", "description": "Hover Table", "scope": "" }, "bs3-table:responsive": { "prefix": "bs3-table:responsive", "body": "\n
    \n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t
    \n
    \n", "description": "Responsive Table", "scope": "" }, "bs3-table:striped": { "prefix": "bs3-table:striped", "body": "\n\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n
    \n", "description": "Striped Table", "scope": "" }, "bs3-table": { "prefix": "bs3-table", "body": "\n\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n
    \n", "description": "Table", "scope": "" }, "bs3-tabs": { "prefix": "bs3-tabs", "body": "\n
    \n \n \n\n \n
    \n
    ...
    \n
    ...
    \n
    \n
    \n", "description": "Tabs", "scope": "" }, "bs3-textarea:h": { "prefix": "bs3-textarea:h", "body": "\n
    \n\t\n\t
    \n\t\t\n\t
    \n
    \n", "description": "Textarea (Horizontal)", "scope": "" }, "bs3-textarea": { "prefix": "bs3-textarea", "body": "\n\n", "description": "Textarea", "scope": "" }, "bs3-thumbnail:content": { "prefix": "bs3-thumbnail:content", "body": "\n
    \n\t
    \n\t\t\"${3}\"\n\t\t
    \n\t\t\t

    ${4:Title}

    \n\t\t\t

    \n\t\t\t\t${5:...}\n\t\t\t

    \n\t\t\t

    \n\t\t\t\t${7:Action}\n\t\t\t\t${9:Action}\n\t\t\t

    \n\t\t
    \n\t
    \n
    \n", "description": "Thumbnail (with Content)", "scope": "" }, "bs3-thumbnail": { "prefix": "bs3-thumbnail", "body": "\n
    \n\t\n\t\t\"${4}\"\n\t\n
    \n", "description": "Thumbnail", "scope": "" }, "bs3-well:lg": { "prefix": "bs3-well:lg", "body": "\n
    \n\t${0}\n
    \n", "description": "Large Well", "scope": "" }, "bs3-well:sm": { "prefix": "bs3-well:sm", "body": "\n
    \n\t${0}\n
    \n", "description": "Small Well", "scope": "" }, "bs3-well": { "prefix": "bs3-well", "body": "\n
    \n\t${0}\n
    \n", "description": "Well", "scope": "" }, "bs3-progress": { "prefix": "bs3-progress", "body": "\n
    \n\t
    \n\t\t ${5: % Complete}\n\t
    \n
    \n", "description": "Progress Bar", "scope": "" }, "bs3-progress-striped": { "prefix": "bs3-progress-striped", "body": "\n
    \n\t
    \n\t\t ${5: % Complete}\n\t
    \n
    \n", "description": "Striped Progress Bar", "scope": "" }, "bs3-progress:label": { "prefix": "bs3-progress:label", "body": "\n
    \n\t
    \n\t\t ${6: % Complete}\n\t
    \n
    \n", "description": "Progress Bar with Label", "scope": "" }, "bs3-progress-striped:label": { "prefix": "bs3-progress-striped:label", "body": "\n
    \n\t
    \n\t\t ${6: % Complete}\n\t
    \n
    \n", "description": "Striped Progress Bar with Label", "scope": "" }, "bs3-progress:success": { "prefix": "bs3-progress:success", "body": "\n
    \n\t
    \n\t\t ${5: % Complete}\n\t
    \n
    \n", "description": "Success Progress Bar", "scope": "" }, "bs3-progress:info": { "prefix": "bs3-progress:info", "body": "\n
    \n\t
    \n\t\t ${5: % Complete}\n\t
    \n
    \n", "description": "Info Progress Bar", "scope": "" }, "bs3-progress:warning": { "prefix": "bs3-progress:warning", "body": "\n
    \n\t
    \n\t\t ${5: % Complete}\n\t
    \n
    \n", "description": "Warning Progress Bar", "scope": "" }, "bs3-progress:danger": { "prefix": "bs3-progress:danger", "body": "\n
    \n\t
    \n\t\t ${5: % Complete}\n\t
    \n
    \n", "description": "Danger Progress Bar", "scope": "" }, "bs3-progress-striped:success": { "prefix": "bs3-progress-striped:success", "body": "\n
    \n\t
    \n\t\t ${5: % Complete}\n\t
    \n
    \n", "description": "Striped Success Progress Bar", "scope": "" }, "bs3-progress-striped:info": { "prefix": "bs3-progress-striped:info", "body": "\n
    \n\t
    \n\t\t ${5: % Complete}\n\t
    \n
    \n", "description": "Striped Info Progress Bar", "scope": "" }, "bs3-progress-striped:warning": { "prefix": "bs3-progress-striped:warning", "body": "\n
    \n\t
    \n\t\t ${5: % Complete}\n\t
    \n
    \n", "description": "Striped Warning Progress Bar", "scope": "" }, "bs3-progress-striped:danger": { "prefix": "bs3-progress-striped:danger", "body": "\n
    \n\t
    \n\t\t ${5: % Complete}\n\t
    \n
    \n", "description": "Striped Danger Progress Bar", "scope": "" } }