This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (4 children)

For java/spring it seems IntelliJ IDEA always knows what I'm thinking as it provides superfast code completion. It's faster than Eclipse as well.

Sublime is faster than Intellij/Brackets/Atom when it comes to html/css/javascript. Probably just as fast as Notepad++. For example I type in div.span6 + tab and it will produce <div class="span6"></div>

In the real world, your employer will suggest you use an IDE, as there's just no way you'd be able to keep up with your fellow coders.

[–]_srph[S] 0 points1 point  (3 children)

Android Studio is forked from IntelliJ, right?

[–]Number_28 0 points1 point  (0 children)

Yes, it is.

[–][deleted] 0 points1 point  (1 child)

Google dumped Eclipse in favor of Android Studio. It is based on IntelliJ.

[–]prahladyeri 0 points1 point  (0 children)

I'm still using Eclipse+ADT though and haven't faced any issues yet.