phcode-dev / phoenix

Phoenix is a modern open-source Code Editor for the web, built for the browser.
https://phcode.io
GNU Affero General Public License v3.0
1.76k stars 124 forks source link

refactor across multiple files #604

Open abose opened 2 years ago

abose commented 2 years ago

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 .

abose commented 2 years ago

https://github.com/phcode-dev/phoenix/pull/613