Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akamud/vscode-caniuse
Compatibility check for HTML5, CSS3, SVG, New JS API based on http://caniuse.com/ directly from Visual Studio Code
https://github.com/akamud/vscode-caniuse
css3 editor html5 visual-studio-code
Last synced: about 4 hours ago
JSON representation
Compatibility check for HTML5, CSS3, SVG, New JS API based on http://caniuse.com/ directly from Visual Studio Code
- Host: GitHub
- URL: https://github.com/akamud/vscode-caniuse
- Owner: akamud
- License: mit
- Created: 2015-11-18T21:28:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T04:22:48.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T20:13:27.327Z (8 months ago)
- Topics: css3, editor, html5, visual-studio-code
- Language: TypeScript
- Homepage:
- Size: 707 KB
- Stars: 36
- Watchers: 5
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Can I Use
[![Build status](https://img.shields.io/travis/akamud/vscode-caniuse/master.svg)](https://travis-ci.org/akamud/vscode-caniuse) [![Coverage Status](https://coveralls.io/repos/akamud/vscode-caniuse/badge.svg?branch=master&service=github)](https://coveralls.io/github/akamud/vscode-caniuse?branch=master)
Compatibility check for HTML5, CSS3, SVG, New JS API based on http://caniuse.com/ directly from Visual Studio Code## Sponsors
[![](https://alt-images.codestream.com/codestream_logo_ali_caniuse.png)](https://sponsorlink.codestream.com/?utm_source=vscmarket&utm_campaign=ali_caniuse&utm_medium=banner "Try CodeStream")
Request and perform code reviews from inside your IDE. Review any code, even if it's a work-in-progress that hasn't been committed yet, and use jump-to-definition, your favorite keybindings, and other IDE tools.
[Try it free](https://sponsorlink.codestream.com/?utm_source=vscmarket&utm_campaign=ali_caniuse&utm_medium=banner "Try CodeStream")## Installing
This extension is available for free in the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items/akamud.vscode-caniuse)
```
ext install Can I Use
```## Using
Just execute the command "Can I Use" and you will get the information about the selected term in your status bar.
The default keybinding is `ctrl+shift+i` on Windows/Linux and `ctrl+c` on Mac. You can override it with your custom settings.
## What's new?
**Version 0.5.3**
* Support for CSS 2.1 properties
* Better support for partial matches using a [mapping file](https://github.com/akamud/vscode-caniuse/blob/master/data/rulesDictionary.json)
* Fix CSS Opacity and CSS Flexbox## Screenshot
The result will be displayed in your status bar
![](https://raw.githubusercontent.com/akamud/vscode-caniuse/master/art/screenshot.png)
### Missing property?
I do my best to map all properties correctly to caniuse.com, but if you are getting an "entry not found" that shouldn't be there, please, raise an [issue](https://github.com/akamud/vscode-caniuse/issues) or a Pull Request and I'll fix it ASAP.
## Roadmap
* Configuration options
## License
[MIT License](https://raw.githubusercontent.com/akamud/vscode-caniuse/master/LICENSE)