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
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