sublimehq / sublime_text

Issue tracker for Sublime Text
https://www.sublimetext.com
802 stars 36 forks source link

Consistent command naming for "Rename File" #6422

Closed kapitanluffy closed 1 month ago

kapitanluffy commented 1 month ago

Problem description

In Default.sublime-commands, there are already commands that have File: ... captions. The command Rename File seems to be out of place.

Even the SideBarTools package uses the same pattern. I just think it would be good for consistency.

Preferred solution

Change Rename file to File: Rename

Alternatives

Create a new command palette entry but having two commands for the same thing seems worse

Additional Information

No response

deathaxe commented 1 month ago

"Rename file" is probably more natural to search for, while categorizing entries via prefixes such as File: helps narrowing down unknown items in other situations.

Thus https://github.com/deathaxe/sublime-commands uses File: Rename File to support both.

BenjaminSchaaf commented 1 month ago

Fixed in build 4176.