Osmose / advanced-open-file

Open files and folders in Atom easily.
https://atom.io/packages/advanced-open-file
Other
119 stars 20 forks source link

Duplicate File Option is Missing #155

Closed hqasraful closed 5 years ago

hqasraful commented 5 years ago

Dear Sir, I loved your package, but still something is missing. If I want to duplicate or rename a file, then option is not available. Hope will update it. Waiting for your swift responses. The following options are available in Sublime Text 3. capture

Thanks Asraful Haque hq.tranquil@gmail.com

Osmose commented 5 years ago

Thanks for the issue!

If I'm interpreting your screenshot correctly, those are command palette options to create a copy of a currently-open file, or to rename it, correct?

Renaming a file is available in Atom in the command palette under the name "Tree View: Rename". You can open the command palette with Cmd+Shift+P.

There's also a "Tree View: Duplicate" available, although I've never used it so I dunno what it does.

In either case, neither of those things are really things I want advanced-open-file to support specifically, and integrating them into our current UI would be kinda difficult. So I'm going to close this, but hopefully the existing commands will work for you.

hqasraful commented 5 years ago

Thank you for your swift response. But it would be better if all file related options are available though command palette with

Cmd+Shift+P

just similar to the Sublime Text IDE.

Asraful Haque hq.tranquil@gmail.com

Osmose commented 5 years ago

But it would be better if all file related options are available though command palette with

Rename and duplicate are available via that command palette, though.