Instant & Offline check for HTML5, CSS3, SVG, JS API compatibility through Can I Use.
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.
You can install it via extension sidebar, search for vscode-caniuse
. Or you can launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install vscode-caniuse
- Highlight any text and either execute
Can I Use
or use default keybindingalt + i
to display compatibility in status bar. - Provide user defined browser scope to perform search on either by executing
Browser scope
which sets for current session, or through extension configcaniuse.browser_scope
. A default keybindingalt + b
is also available. - Toggle visiblity of major browsers vs all browsers through extension config
caniuse.show_all
.
This extension contributes the following settings:
caniuse.show_all
: show all available browsers(true
) or only major ones(false
).caniuse.browser_scope
: set the browser scope - Browserl.ist ie. "> 1%, last 2 versions, Firefox ESR
".
- Tests