-
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
Refactoring Support #29
Comments
It's not supported for the moment. I 'must finsh my work. See angelozerr/typescript.java#28 |
Do you plan it to finish in near future? Or is it a feature you will support in long term? |
I must finish my work with "compile on save" and after I would like to finish it. Hope I will implement it this month. |
OK, thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm trying to refactor my code in Eclipse.
When I rename a class, the new name is not reflected project wide. e.g. the class name in the corresponding module is still the old one.
I have the same problem, when I moving a file. The corresponding path references are not updated.
Is refactoring not supported? or I'm doing something wrong?
Cheers,
Bernd
The text was updated successfully, but these errors were encountered: