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

Implement RenameProvider #242

Closed
bmewburn opened this issue Apr 20, 2017 · 6 comments
Closed

Implement RenameProvider #242

bmewburn opened this issue Apr 20, 2017 · 6 comments
Labels
enhancement premium Premium feature accessible to licence key holders
Milestone

Comments

@bmewburn
Copy link
Owner

https://code.visualstudio.com/docs/extensionAPI/vscode-api#RenameProvider

@MichalSchwarz
Copy link

👍

1 similar comment
@okaufmann
Copy link

👍

@acicovic
Copy link

This is so important functionality that I wonder how it hasn't been implemented in VSCode core. I still use NetBeans PHP for this one, so I hope it gets implemented.

Thank you for this awesome extension!

@bmewburn bmewburn transferred this issue from another repository Feb 26, 2019
@yura3d
Copy link

yura3d commented Aug 16, 2019

Any news on it? I searched the code and found that RenameProvider is still not implemented. I've tried another extension (paid PHP Tools for VS Code) and it has this implementation, so it provides Rename symbol option in context menu:
image
This is very important feature. I don't think it is too difficult, as of we already have searching all references of symbols (and renaming works based on it). Unfortunately, I have no experience in Electron/VS Code API to make PR for it.

@bmewburn bmewburn added this to the 1.2 milestone Aug 20, 2019
@bmewburn
Copy link
Owner Author

Implemented in 1.2 as a premium feature https://intelephense.com

@bmewburn bmewburn added the premium Premium feature accessible to licence key holders label Aug 20, 2019
@yura3d
Copy link

yura3d commented Aug 20, 2019

@bmewburn Thanks, works like a charm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement premium Premium feature accessible to licence key holders
Projects
None yet
Development

No branches or pull requests

5 participants