SublimeText / AdvancedNewFile

File creation plugin for Sublime Text
MIT License
829 stars 93 forks source link

auto select filename when renaming #148

Open craigcosmo opened 8 years ago

craigcosmo commented 8 years ago

is there option enable auto text selection when the rename text box pop up ? Like in this screenshot

screen shot 2016-04-04 at 4 19 27 pm

skuroda commented 8 years ago

Hi @craigcosmo, no there is not. Perhaps use case for you would be to set append_extension_on_move to true, then enter the value. This will append the existing file extension onto the input, unless you specify your own extension.