-
Notifications
You must be signed in to change notification settings - Fork 14
Refactor rename support #28
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
Comments
With the new editor nothing happens when I type Alt+Shift+R. I wish that a rename dialog appear. |
Yes I must implement it by using tsserevr rename command. Never implemented refactoring, so I don't know if it's easy. |
+1 : any updates on this issue or expected release 1.3.0? This is really a feature I miss in between all the excellent work! |
If you install 1.3.0-SNAPSHOT you should having refactoring. Please test it and give me feedback. |
testing, looks good |
With the compileOnSave option enabled: refactoring goes well in the code except that not all the changed files get recompiled so Eclipse shows errors in the problem views that are not valid. Saving the files with the errors without any changes updates the problem view again so it views the correct data (no problems). This should be easy to fix by also compiling all changed files during the rename/refactor action? |
I close this issue, @danielvanmil please creat ea new issue with your problem with more info (I cannot reproduce it). Thanks! |
When I use Ctrl+R it appears a dialog error with message "Operation unavailable in the current selection"
The text was updated successfully, but these errors were encountered: