-
Notifications
You must be signed in to change notification settings - Fork 1
[Feat] File rename support #21
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
Conversation
example/lib/ide/ide.dart
Outdated
| onTap: () { | ||
| _renameFile(context); | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have the rename be invoked by pressing ENTER on a file selected in the file tree instead of this button?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure thing. I'll update it.
|
@angelosilvestre Made the requested updates and updated the rename file flow to launch rename file dialog when pressed enter on a file in the tree view. |
|
@angelosilvestre Just pinging you again in case you missed this. |
angelosilvestre
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[Feat] File rename support
Adds support to send file rename notifications to LSP.