-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Add Open folder
button
#730
Comments
Yes pleeease. Also cmd+p "open folder" should do something useful. I'd be happy for it to take me to the ex cmdline with |
Would also be good to surface this through the Menu interface when we get that in Revery. |
@jaredly We've been talking about exposing all vim commands through the command palette. We also want to provide help text for every command in the wild menu, and with that in place it would be really easy to expose it for fuzzy search too. |
With #2711 , we now have an 'Open Folder' button when no workspace is opened: ![open-folder](https://user-images.githubusercontent.com/13532591/100265104-96203580-2f04-11eb-9db3-79154c03192d.gif) This just implements a small tweak to always have the `Workspace: Open Folder` option available in the command palette, even when one is currently opened (for changing folders). Fixes #730
For windows users usual flow in file browser and mount. Using command line usually uncommon.
Editor already have button to add file, adding button to change folder might help to test editor easier.
The text was updated successfully, but these errors were encountered: