CodeEditApp/CodeEdit

✨ Add the ability to rename files

s0me0ne-coder opened this issue · 5 comments

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

There should be a rename option in the right click menu of a file for renaming the file like in Finder
This should also be triggered by double clicking on the file name

Describe alternatives you've considered

.

Additional context

.

You don't double click to rename

double-clicking works i think? And if the field is focused and you press enter it should allow you to edit the name.

double-clicking works i think? And if the field is focused and you press enter it should allow you to edit the name.

Yea but I think they are referring to how xcode handles it instead of having a keyboard shortcut

Yeah, double clicking a file in the project navigator will make a temporary tab become permanent. It should not rename the file. But to the point of this issue, we do need this ability at least from the context menu.

Closing this with #722. #706 still needs work but this can be closed.