the best IDE in the market
November 03, 2020

the best IDE in the market

Ashutosh Jha | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User

Overall Satisfaction with IntelliJ IDEA

IntelliJ IDEA Enterprise edition is to die for. It is the best IDE out there in the market. It has got some out of world features like smart code completion, good suggestions for variables, finding the appropriate methods, [and] column selection mode. All of our batch mates use this IDE only. It makes the work productive and is very easy to integrate.
  • Column Selection Mode
  • Smart Code Completion
  • Auto Imports
  • Finding Appropriate Methods
  • Suggestions for almost all frameworks
  • Indexing takes lot of time
Eclipse [doesn't] have smart suggestions feature, nor [does] it ha[ve] column selection mode. So, overall productivity decreases.
It can be used and integrated on any platform, be it Windows, Linux or Mac.
It's the best support out there.

Do you think IntelliJ IDEA delivers good value for the price?

Yes

Are you happy with IntelliJ IDEA's feature set?

No

Did IntelliJ IDEA live up to sales and marketing promises?

Yes

Did implementation of IntelliJ IDEA go as expected?

Yes

Would you buy IntelliJ IDEA again?

Yes

Let's say you declare 20 different variables of type int all in same code style. But, now you want to make it to other data type. So, you will have to use Find and Replace feature but it will replace all your int type variables. So, what you need to do is enter ALT + Insert and select the int column wise and voila, you have selected all the int you need to change.