Giter Site home page Giter Site logo

code-wrapper-vs-code-extension's Introduction

Wrapper HTML

Install from here

Developed By

Features

The Wrapper HTML extension allows you to effortlessly wrap your HTML code with any common HTML wrapping tags like <div>, <section>, <article>, and more. No more manually searching for ending tags—this extension takes care of it for you!

Usage

  1. Select the HTML code you want to wrap.
  2. Trigger the extension by using the default keyboard shortcut Ctrl+1 or through the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS) by typing Wrap HTML Element.
  3. Choose your desired wrapping tag from the quick pick list.

Extension Settings

If the default keybinding conflicts with another extension, you can customize it by adding the following to your keybindings.json file:

[
    {
        "key": "ctrl+1", // your_custom_key
        "command": "html-wrapper-.wrapper",
        "when": "editorTextFocus"
    }
]

Known Issues

Currently, the extension fully supports wrapping elements with a range of block-level tags. Future updates will include enhanced support for additional tags.

Release Notes

v2.0.0

  • Full support for wrapping selected elements with a variety of HTML tags.
  • Automatic identification of closing tags.

Installation

Open Visual Studio Code. In the Extension Store search wrapper html. or download it from here https://marketplace.visualstudio.com/items?itemName=Spikey.wrapper-html

if the keys are conflicting then change them as given below: Go to the "View" menu and select "Command Palette" (or use the shortcut Ctrl+Shift+P or Cmd+Shift+P on macOS). Type "Preferences: Open Keyboard Shortcuts (JSON)" and select it from the dropdown. In the keybindings.json file, add your custom key binding as shown above. Enjoy your streamlined HTML wrapping experience!

code-wrapper-vs-code-extension's People

Contributors

harshbailurkar avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

sukhankar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.