Tagged Questions
1
vote
2answers
266 views
IntelliJ call hierarchy of fields
Eclipse JDT has a 'call hierarchy' feature -- start from a field/method and it recursively finds all references.
IntelliJ also implements this, but it only works from methods. For fields, you can ...
1
vote
12answers
6k views
IDE Favorite Features Comparison (VS/Eclipse/IntelliJ/Others…)
I've been a Microsoft developer since VB 3, and always considered Microsoft development tools to be the best on the market. However, having used Eclipse for Java development over the last few months, ...
0
votes
1answer
126 views
What's the most flexible IDE platform ? (easy to manipulate and modify) [closed]
I aim to develop an IDE with very specific features (meaning, developing a plug-in for Eclipse or Netbeans won't do the job).
My question is which IDE is easier to manipulate (Eclipse or ...