blink-matching-parens is an awesome Emacs minor mode. But why can't I find something like that for matching quotes? Where are you blink-matching-quotes? #emacs
I figured out the reason there's no matching quote mode. Unlike with parenthesis (and bracket and brace), source code doesn't use a different character for open quote and close quote. Thus, matching quotes would require a different approach.