Skip to content
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

Support multi-project rename #5462

Merged
merged 2 commits into from
Nov 30, 2018

Conversation

Duhemm
Copy link
Contributor

@Duhemm Duhemm commented Nov 19, 2018

There can still be failures when we renaming symbols that appear in imports and late-compilation happens. This particular case is fixed in #5276.

@Duhemm
Copy link
Contributor Author

Duhemm commented Nov 28, 2018

@smarter Can you take a look, please?

When doing go-to-definition, we used to look for symbols that override
the symbol selected for go to definition only in the same source file as
the one that was selected. This commit changes that, as suggested in the
review of scala#5208.
@Duhemm Duhemm force-pushed the topic/ide-multi-project-rename branch from 2a64545 to 72053ca Compare November 30, 2018 06:24
@Duhemm Duhemm merged commit 6eddf68 into scala:master Nov 30, 2018
@Duhemm Duhemm deleted the topic/ide-multi-project-rename branch November 30, 2018 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants