You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have an easy way to quickly open a browser window to caniuse.com/feature from VS Code. Maybe even one of the combo shortcuts that uses the CTRL+SHIFT+I as the first step, since you'll already have done it.
The text was updated successfully, but these errors were encountered:
I ended up modifying my local installation of the plugin to add the ability to open caniuse.com for the feature I'm selecting. I just added another activation method that does the same thing as the "disposable" method for "extension.canIUse", but instead of calling caniuse.retrieveInformation, I have the following:
I activate the canIUse method on "CTRL+SHIFT+I I" and open the browser for caniuse.com/feature on "CTRL+SHIFT+I O". I don't think most people would really like having to do two keystrokes for the default functionality, though. This is easy enough to leave to configuration for the user, though, as I could have just as easily mapped the two commands to different shortcuts.
If I had more time, I'd do a pull request, but hopefully this is helpful for now.
It would be nice to have an easy way to quickly open a browser window to caniuse.com/feature from VS Code. Maybe even one of the combo shortcuts that uses the CTRL+SHIFT+I as the first step, since you'll already have done it.
The text was updated successfully, but these errors were encountered: