python-switch-quotes

Homepage: https://github.com/werehuman/python-switch-quotes

Author: Vladimir Lagunov

Updated:

Summary

Cycle between ' and " quotes in python strings

Commentary

Converts strings like 'this' to strings like "this".
  Supports raw strings, docstrings and strings with escaped quotes.

Dependencies