currently we support only refactor within a single file. We should spport multi file refactor. We already get the find references result from tern, search for this issue in codebase https://github.com/phcode-dev/phoenix/issues/604 .
If we detect multi file rename, we can reuse the find-replace across files panel to show the user replace targets and preview.
currently we support only refactor within a single file. We should spport multi file refactor. We already get the find references result from tern, search for this issue in codebase https://github.com/phcode-dev/phoenix/issues/604 .