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
I noticed that quite often I am needing to switch between class="" and @class([...]) syntax. The reason is that sometimes I think I want to use an conditional class and then I switch to @class(), but in the end it turns out not to be necessary and then I need to revert back to class="" again for consistency (don't use @class() if no conditional part).
It would be super amazing if you could add two quick actions on the alt+ enter menu:
Feature Description
Hello Adel!
I noticed that quite often I am needing to switch between
class=""
and@class([...])
syntax. The reason is that sometimes I think I want to use an conditional class and then I switch to@class()
, but in the end it turns out not to be necessary and then I need to revert back toclass=""
again for consistency (don't use@class()
if no conditional part).It would be super amazing if you could add two quick actions on the alt+ enter menu:
Replace:
Both into:
If correct indentation could be considered here that would be good.
And second action to replace it back:
Into
But then don't offer the action to replace this:
This would be awesome if you would have a way to add it, thank you very much!
The text was updated successfully, but these errors were encountered: