Autocomplete Quotes - Get out from within Quotes and Move the Cursor after the Closing Cursor

pycharm

Solution

The fastest way to accomplish this without moving your fingers to the END or the Right arrow key is to just type the quotation mark.

It will overwrite the closing quotation mark and you end up right where you want.

Problem

I like that it autocompletes single and double quotes, but how do I "get out" from within the quotes and move the cursor to the right side of the closing quote? Example, I start typing: ``` string = 'Hello World' ``` After I'm done with the letter d, my cursor is stuck there. So is there a fancy way of hitting Space so that I can move the cursor to the right side out of the closing quote?

Original source