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

Switch to appropriate feature branch when active task was changed #124

Closed
drupality opened this issue Oct 20, 2016 · 2 comments
Closed

Switch to appropriate feature branch when active task was changed #124

drupality opened this issue Oct 20, 2016 · 2 comments

Comments

@drupality
Copy link

I am creating a feature branch when I selected task from available task list. It is awesome that I'm able to do it inside new task dialog. However if I switch to another task, I have always old branch active. I would like to switch to branch related to current task if exists.

@YanickFrehner
Copy link
Contributor

YanickFrehner commented Feb 19, 2018

Is there a way to implement this?
I would very appreciate this enhancement!
I would also try to implement this myself if you give me a hint where to look at

@OpherV
Copy link
Owner

OpherV commented Feb 19, 2018

@YanickFrehner I would try to find the IntelliJ specific api for the task list and see if there's an event or a hook that you can use which happens after a task switch... A good starting point would be http://www.jetbrains.org/intellij/sdk/docs/welcome.html

After you find something like that, implementing the required Gitflow4idea part should be fairly straightforward :)

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

No branches or pull requests

3 participants