SublimeChangeQuotes
SublimeChangeQuotes copied to clipboard
Converts single and double quotes, and re-escapes quotes within the string
Results
2
SublimeChangeQuotes issues
Sort by
recently updated
recently updated
newest added
When I add this package to my ignored packages setting, it throw this error: ``` reloading settings Packages/User/Preferences.sublime-settings ignored packages updated to: ["Anaconda", "ApplySyntax", "BracketHighlighter", "BuildView", "C++ Completions", "C++ Qt...
If I try make a custom user setting in the Change quotes user file that changes one thing: ``` js { "lists": { "source.js": { "quotes": [["'", "\"", "`"]] }...