Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add scope for function parameter used inside function #208
Comments
|
Workaround: the new |
Got send here from 'vscode-python' microsoft/vscode-python#11594
Both
xandparam1are variables used inside thefunction, butparam1is a given parameter.In the function def line
param1has 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.
