-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
It would be nice to be able to surround an element under the cursor with quotes and also to remove quotes completely. The cycle that now changes quotes could also ultimately remove and add them. E.g.:
I have an element in an array:
{
category: default
}
When I select or put the cursor on the category I would like it get quoted.
So the quote changing cycle could look like this:
category -> 'category' -> "category" -> category
oxk4r01, psiphon, H1op3ts, jpwitkowski11, kethlinmil and 5 more