-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Symbol Refactoring is Broken #94
Comments
From @ajmathews on March 18, 2017 0:58 Appears to be similar to the problem I had |
+1 on this - |
I just did a renaming of the following code with def fxn():
E = 42
Y = E + 13
return E + Y Now there is also #52 where renaming appears to be flaky, so it's also possible you have bumped into that. So I'm going to close this as a duplicate of that other issue. |
From @sgtoj on March 15, 2017 14:52
Environment data
VS Code version: 1.10.2 (and latest Insiders)
Python Extension version: 0.6.0
Python Version: 3.6.0
OS and version: Windows 10
Actual behavior
Symbol renaming will fail or rename symbol before the intended to be edited. This issue only occurs if End of Line Sequence is set to
CRLF
.Expected behavior
Rename the intended symbol correct with
LF
andCRLF
line endings.Steps to reproduce:
Try renaming a symbol in the following file...
Workspace Settings
User Settings
Copied from original issue: DonJayamanne/pythonVSCode#824
The text was updated successfully, but these errors were encountered: