You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing print("") for example, and the cursor is inside the " and " the function / symbol suggestion window still shows up.
I think in a string literal this should not happen.
When writing
print("")for example, and the cursor is inside the"and"the function / symbol suggestion window still shows up.I think in a string literal this should not happen.