Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mylyn alternative for IntelliJ IDEA?

Tags:

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?

like image 453
sandalone Avatar asked Jul 17 '13 16:07

sandalone


People also ask

How do I act like an Eclipse in IntelliJ?

If you want to mimic the Eclipse behavior, you can invoke the Build Project action Ctrl+F9 - it will save the changed files and compile them. You can also enable the Build project save action in Settings/Preferences | Tools | Actions on Save.

Can we run Eclipse project in IntelliJ?

IntelliJ IDEA automatically detects Eclipse projects located on your computer and places them in the dedicated node right on the Welcome screen. This node will be available among the recent projects until you decide to remove it. When the Eclipse project is in the node, just click it to quickly open it in the IDE.


2 Answers

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

like image 93
Carlos Rafael Ramirez Avatar answered Sep 28 '22 09:09

Carlos Rafael Ramirez


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

like image 37
sandalone Avatar answered Sep 28 '22 10:09

sandalone