Sublime Forum

Drag and drop files and folders in the side bar

#1

Drag and drop would be faster instead of create new file -> copy & paste -> delete old file or open file directory.

0 Likes

How to drag and drop on Windows and Mac
#2

I guess this have been supported for years since I have started to use Sublime Text.

Maybe related Drag'n'drop of files into editor does not work

0 Likes

#3
1 Like

#4

yes OldBoy is saying right it will be more convinet to drag and drop rather than to create a new file and then delete old file.

0 Likes

#5

I suggest checking out the AdvancedNewFile package and assigning a key binding to rename a file on e.g. F2. It will traverse and create folders as necessary.

  { "keys": ["f2"], "command": "advanced_new_file_move" },
0 Likes