Skip to content
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

Improved "Retrieve From Server" option #118

Open
Xtremefaith opened this issue Jun 10, 2016 · 2 comments
Open

Improved "Retrieve From Server" option #118

Xtremefaith opened this issue Jun 10, 2016 · 2 comments

Comments

@Xtremefaith
Copy link

First off, not sure when it happened, but I love the improvements on the "Retrieve From Server" context menu here:

image

It lets me select an environment to pull FROM but it pulls it INTO the environment I'm in. This is perfect!! (this wasn't always the case)

Now that it functions as expected my only hope is to have the option no matter what my current project is. For example if I'm working in production but my selected project is beta then the context menu does not appear. So I have to switch projects to production so that the menu appears and then when it ask me where to pull from I have to select beta. It seems like a very unnecessary step; since it is going to prompt me anyways to select the project to pull from then what does it matter what project is currently selected?

Also if this can be changed is it possible to also then give it a command that we can bind to a hot key as well?

@xjsender
Copy link
Owner

@Xtremefaith , there already has a command in the command palette named HaoIDE: Retrieve from Server, if you want to add your own key binding for this command, you can paste below content to Key Bindings > Key Bindings - User,

[
    {
        "keys": ["ctrl+r+f"], 
        "command": "retrieve_file_from_server"
    }
]

@xjsender
Copy link
Owner

@Xtremefaith , related to your mentioned point 1, I need to do some investigate on it before do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants