Mylyn alternative for IntelliJ IDEA?

后端 未结 3 1941
孤独总比滥情好
孤独总比滥情好 2021-02-12 08:07

We have been using Unfuddle in our company for 1 year. All my colleagues can easily access Unfuddle tickets using Eclipse addon called Mylyn.

Does something like this e

相关标签:
3条回答
  • 2021-02-12 08:40

    In IntelliJ IDEA 2016.3.3 you can click on Tools->Tasks & Contexts->Configure servers.

    It has a behavior close to Mylyn has.

    Check also the answer bellow about the plugin "Focus on Active Task"

    Regards

    0 讨论(0)
  • 2021-02-12 08:41

    They guys at IntelliJ forum confirmed that such alternative does not exist. We hope this will change one day.

    0 讨论(0)
  • 2021-02-12 08:45

    Disclaimer: I'm the author of the plugin mentioned in this post.

    I suggest trying out the Focus on Active Task plugin from the JetBrains repository, that I made a while ago.

    This attempts to emulate Eclipse Mylyn's main functionality, by adding a Focus on Active Task toggle action on the View menu that filters the project tree with the currently active task/opened files.

    Alt+click will also behave close to Mylyn's feature by temporarily unfiltering (showing all children of) specific tree nodes.

    0 讨论(0)
提交回复
热议问题