Closed slyy closed 6 years ago
Mentioned in https://github.com/atom/toggle-quotes/issues/35
I have exactly the same issue, but #35 says that it is fixed.
@mattyclarkson From what I understand this happens when the quote character you toggle to is not recognized by the language.
https://github.com/atom/toggle-quotes/pull/45 looks like it's aiming to fix this.
Broken for me in JavaScript - it stops cycling at backticks.
This works under 1.1.3 now; thanks!
This was fixed by @savetheclocktower
This issue is not fixed. It's still present in 1.1.4 as of 2020-03-13.
The fact that we can now define custom ticks by filetype is a slight help but not really. For example PHP files can embed Githubissues.
I have added backtick alongside single quote & double-quote (ha! Javascript devs ;))
When I toggle now, it goes " => ' => ` then it stops and does not toggle anymore.