elpa-cycle-quotes

Emacs command to cycle between quotation marks

Description

This package provides the `cycle-quotes' command to cycle between different string quote styles.

For example, in JavaScript, there are three string quote characters: ", ` and '. In a JavaScript buffer, with point located someplace within the string, `cycle-quotes' will cycle between the following quote styles each time it's called:

--> "Hi, it's me!" --> `Hi, it's me!` --> 'Hi, it\'s me!'

As seen in the above example, `cycle-quotes' tries to escape and unescape quote characters intelligently.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://elpa.gnu.org/packages/cycle-quotes.html


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install elpa-cycle-quotes