-1

Goto Folder functionality

Atticus Finch fa 13 anys 0
This is something I've yet to see in any editor. It would work the same as CMD+P for finding files, but instead it only looks for folders and the selected folder would then become activated/highlighted in the sidebar.

Example workflow/usage...

Goto Folder > 'classes/controllers'
CMD + N //do stuff
CMD + S to save the file in this folder

Goto Folder > 'classes/views'
CMD + N //do stuff
CMD + S

Goto Folder > 'templates'
CMD + N //do stuff
CMD + S

Edit: Perhaps add this functionality within the current Goto File search dialogue by searching for folders if we add a / to the end of the search criteria. Eg: 'controllers/' , 'views/' , 'templates/' would only bring up search results for folders.