Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>css-auto-prefixNew to Visual Studio Code? Get it now.

css-auto-prefix

sporiley

|
348,300 installs
| (10) | Free
Autoprefixes certain attributes in CSS
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

css-auto-prefix

For use with Visual Studio Code

Beta 0.1.7

This tool, although currently usable to an extent, is by no means completed and still requires a lot of work to be finalized. If this freaks you out, please stick around until a later, more stable version is released. Thanks!

Functionality

The goal of this tool is to eliminate the time it takes to prefix all of your CSS attributes by doing it for you as you type. Keep in mind that it does reformat the CSS attributes which are already inside a block element, but this shouldn't be too noticeable in most cases.

Demonstration

Works both for indented and single-line CSS styles. To activate it, just Ctrl+Shift+P into the workbench command window and type "Auto Prefix"

Requirements

No special requirements.

Known Issues

  • Not having a semicolon after an assigned attribute value provides no delimiter to distinguish between attributes. Improvisation code is limited, and for now simply places a semicolon where it should be for you.
  • Ambiguous attributes will not be checked, and will not be automatically revised.

Release Notes

0.1.0

Release of first beta.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft