Python Chunks: Quotes Autocomplete

When I am in an R markdown file, I can create an R chunk and when I use a single or double quote, it automatically includes the closing single or double quote, and this also applies to parentheses or brackets. However, when using the Reticulate package, I can create a Python chunk and when I do an opening single or double quote, the corresponding closing single or double quote is not created. When I use parentheses or brackets though, the closing one is created.

Has anyone else experienced this or have a fix? Or is this a feature that could be implemented?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.