-
Notifications
You must be signed in to change notification settings - Fork 12
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
Rename doesn't work #32
Comments
+1 |
Currently I am involved in other projects. So I definitely need help on this . We need to fix #31 first. Maybe this fixes this error. Does any on can help out on this? |
#31 does not seem a bug. Just tested this with V3 build 3103 |
I'm getting the exact same behaviour and console output but on Sublime 3103. I do however have tern_for_sublime installed along with: The funny thing is that the plugin worked for about a week at some point and just now stopped functioning. |
+1 |
Sublime 3, 3083
When I highlight a variable and right-click->refactor->rename, all the matching names get boxed, but I cannot enter a new name. Typing produces no result, and typing furiously crashes Sublime Text. Clicking with the mouse clears the selected variable names and appears to cancel the rename process.
The only thing that appears in the console is
every time the refactor operation is attempted.
I attempted other operations: Introduce Variable and Extract Method appear to work.
I had to disable tern_for_sublime and Vintageous because the refactor->rename command was producing errors with them enabled.
Other packages installed:
Babel,
BracketHighlighter,
DocBlockr,
GitGutter-Edge,
JsFormat
The text was updated successfully, but these errors were encountered: