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?