One of the most common operation with source code is to modify the method arguments. Given a method argument list like this:
("argument1","argument2","argument3")
I wanna know how to deal with following operations(I use | here as a cursor position):
- When cursor inside a quotes, and you wanna delete the contents inside the quotes.
like:
"ar|gument1"to"|" - same as the first one, but delete the quotes.
- delete all the things in bracket.
("argument1","argument2","argument3")to(|)