Sublime Forum

Shortcut to delete file from project?

#1

Hi guys,
I’ve asked the same question in sublimetext.userecho.com/topic/1 … m-sidebar/ but with no luck.
So, I decide to start a thread in here.
Is there any shortcut to delete a file from project in sidebar?
Thanks,
Jesse

0 Likes

#2

You need to install SideBarEnhancements package.
You can deleate files when you right-click on a file and choose Delete in the context menu or from a command palette to delete currently opened file.

0 Likes

#3

Just to be clear, you can’t remove a file from a project, you can only remove a folder.
You can delete a file entirely, but that removes it from your disk.

0 Likes

#4

[code]“file_exclude_patterns”:

			"mimizu/nothing.file"
		],

[/code]

AFIK, allows to remove files, SideBarEnhancements has right click -> Project -> Exclude from project. Which under windows works, wait, what I’m doing posting here…

0 Likes

#5

Good point, tito, you can exclude a file from the project.

0 Likes