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
Is this request related to a problem? Please describe.
As I said in #493 with an example with 'css' prop it might be handy for developer to have an ability to move css classes when using css-in-js libraries.
There is an extension vscode-styled-components that provides completions and syntax highlighting. Extension similar to this can be used for handling that.
I think we can achieve this by exposing register method in this extension API. Then another extension can call abracadabraExt.exports.registerMoveHandler or something like that. I'd like to handle this.
The text was updated successfully, but these errors were encountered:
Is this request related to a problem? Please describe.
As I said in #493 with an example with 'css' prop it might be handy for developer to have an ability to move css classes when using css-in-js libraries.
There is an extension vscode-styled-components that provides completions and syntax highlighting. Extension similar to this can be used for handling that.
I think we can achieve this by exposing
register
method in this extension API. Then another extension can callabracadabraExt.exports.registerMoveHandler
or something like that. I'd like to handle this.The text was updated successfully, but these errors were encountered: