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
Both x and param1 are variables used inside the function, but param1 is a given parameter.
In the function def line param1 has a special scope but not when used inside the function.
I'd like to have it have a special textmate scope too so I can color it and see, when I use a parameter and when a 'normal' variable.
The left side is what I want (from PyCharm) and the right side is as currently is.
The text was updated successfully, but these errors were encountered:
Got send here from 'vscode-python' microsoft/vscode-python#11594
Both
x
andparam1
are variables used inside thefunction
, butparam1
is a given parameter.In the function def line
param1
has a special scope but not when used inside the function.I'd like to have it have a special textmate scope too so I can color it and see, when I use a parameter and when a 'normal' variable.
The left side is what I want (from PyCharm) and the right side is as currently is.

The text was updated successfully, but these errors were encountered: