All Projects → Azd325 → Sublime Text Caniuse

Azd325 / Sublime Text Caniuse

Licence: mit
Is a plugin for sublime text 2/3 for checking CSS property support

Programming Languages

javascript
184084 projects - #8 most used programming language

Overview

This plugin lets you instantly find out the css property support via caniuse.com

Installation

Use the Sublime Package Control and search for Can I Use

or

Copy the python file to your Packages/User Folder. Add this line to the User Keybindings

{ "keys": ["ctrl+alt+f"], "command": "use_it" }

Usage

Mark or place your cursor over a css property and use the shortcut to open a new tab on you webbrowser with the info.

Tip:

Use multiple selection to display info on all selected elements.

TODO

  • Try to work with the quick panel
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].