Question

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 exist for IntelliJ IDEA?

If not, can you suggest some alternative way to deal with Unfuddle tickets from IDEA?

Was it helpful?

Solution 2

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

OTHER TIPS

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

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top