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
I am getting some weird behavior when I use the automatically add brackets for function feature in text editor python settings.
If i type print and perform a tab complete I get this:
parentheses are properly placed at the end of my function call, but there is a $0 sitting in the middle and my cursor is placed at the end if the line rather than in the middle where I would expect it to be placed.
Is this normal behavior? The behavior I would expect from this feature would be to put the parenthesis at the end and then place my cursor in the middle so I can type in my arguments.
This is a fresh install of Windows, and a fresh install of Visual Studio 2022. I am using python 3.11 downloaded and installed from python.org
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am getting some weird behavior when I use the automatically add brackets for function feature in text editor python settings.
If i type print and perform a tab complete I get this:
parentheses are properly placed at the end of my function call, but there is a $0 sitting in the middle and my cursor is placed at the end if the line rather than in the middle where I would expect it to be placed.
Is this normal behavior? The behavior I would expect from this feature would be to put the parenthesis at the end and then place my cursor in the middle so I can type in my arguments.
This is a fresh install of Windows, and a fresh install of Visual Studio 2022. I am using python 3.11 downloaded and installed from python.org
Beta Was this translation helpful? Give feedback.
All reactions