We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x = """<-- Cursor here, hit enter
Expected result:
x="""
Actual result:
x = """" "
The text was updated successfully, but these errors were encountered:
@rchiodo, I encounter a similar issue when using Pylance version 2025.3.1. Actual result:
x = """" \ "
I do not encounter that issue when using Pylance version 2025.2.1.
Sorry, something went wrong.
@sdudley-bsc, what did the line look like before you pressed Enter? And where was the cursor when you pressed Enter?
I tried several scenario trying to hit what you show above and couldn't make it happen.
This repros for me:
x = """| <-- cursor here
then hit enter:
When really what I wanted was this:
x = """
Or maybe this:
x = """ \ """
KacieKK
No branches or pull requests
Expected result:
Actual result:
The text was updated successfully, but these errors were encountered: