Earlier quoted context omitted.
I would agree, if IntelliJ's performance wasn't so bad. On my 2012 MBA I had to turn off the auto completion, because otherwise, just typing text into the editor would make the fans run on full speed and lead to stuttering and hang-ups. So, unfortunately for performance reasons, I had to switch back to Sublime Text.
The target audience for MBA is not workstation/professional users, for that it was underpowered when it launchaed (current Macbook is the same). That's fine, because the normal or mainstream user does not need that much power to browse facebook and ebay. On my 2012 Thinkpad T-series (8 GB RAM, SSD, shitty display) Idea runs very nicely (Java, Python). But then, we cannot compare Thinkpad and MBA, as they are entirely…
IntelliJ IDEA 14.1
41–50 of 51 posts
Re: IntelliJ IDEA 14.1
#42Earlier quoted context omitted.
It depends on the language you're using (working with Scala is usually slow). Also, make sure that IntelliJ caches are on an SSD. VS is very quick, but for example parsing C# is very easy compared to Scala (partly because C# was designed for that from day zero). Maven also slows down things a bit (IntelliJ can search in classes that are not even referenced by the project.)
I gave up on IntelliJ and went back to NetBeans because of the bass-ackwards way IntelliJ handles Maven projects. There's no need for both IntelliJ's project file and the POM to track dependencies. In fact, there's no need for IntelliJ to maintain its own project file at all outside the POM.
Where does the POM specify the project specific code formatting you want to use?
Where does the POM specify the exact JVM flags and params given to various launch configs?
Re: IntelliJ IDEA 14.1
#43Earlier quoted context omitted.
It might look much worse than Sublime Text on your Macbook when you're sitting in a coffee shop sipping your vanilla frappucino. However, apart from VS it's _the_ IDE to get things done when working with large and complex codebase. (I'm talking about multi-million LOCs, where a method rename takes 1 second in IntelliJ, and you can be pretty sure that it has properly checked out the files, put the changes into the pro…
I would agree, if IntelliJ's performance wasn't so bad. On my 2012 MBA I had to turn off the auto completion, because otherwise, just typing text into the editor would make the fans run on full speed and lead to stuttering and hang-ups. So, unfortunately for performance reasons, I had to switch back to Sublime Text.
Re: IntelliJ IDEA 14.1
#44I'll go against the flow of people not happy about IntelliJ. My experience with it started with Android Studio which I found WAY better than eclipse. I like the UI better, I find it faster, easier and more configurable. Since then I started using IntelliJ products for everything, there are flavour for any environment you need, from Python to ruby or whatever. I can keep my settings in any context and there are tool f…
That said, 90% of the time I spend using Jetbrains projects is now simply using IntelliJ to edit Clojure and Clojurescript files. I run repls externally, and setup shortcuts for use with :reload or :reload-all. As a Clojure editor I like the fast code navigation, autocomplete, and visual warnings of syntax errors.
Re: IntelliJ IDEA 14.1
#45I'll go against the flow of people not happy about IntelliJ. My experience with it started with Android Studio which I found WAY better than eclipse. I like the UI better, I find it faster, easier and more configurable. Since then I started using IntelliJ products for everything, there are flavour for any environment you need, from Python to ruby or whatever. I can keep my settings in any context and there are tool f…
I totally agree. I have purchased licenses for IntelliJ, RubyMine, and PyCharm for years. That said, 90% of the time I spend using Jetbrains projects is now simply using IntelliJ to edit Clojure and Clojurescript files. I run repls externally, and setup shortcuts for use with :reload or :reload-all. As a Clojure editor I like the fast code navigation, autocomplete, and visual warnings of syntax errors.
Re: IntelliJ IDEA 14.1
#46I'm using IntelliJ on Windows for Scala dev, and boy is it slow. I have to manually set the process priority to "Below Normal" every time, or it will soak up all system resources and music playback becomes jittery. Clicking right on anything is a four-second pause mistake. It's free, so I shouldn't be complaining. Thanks for the product! Really, it's better than vim (especially with the intellij vim-mode plugin). I a…
It depends on the language you're using (working with Scala is usually slow). Also, make sure that IntelliJ caches are on an SSD. VS is very quick, but for example parsing C# is very easy compared to Scala (partly because C# was designed for that from day zero). Maven also slows down things a bit (IntelliJ can search in classes that are not even referenced by the project.)
Re: IntelliJ IDEA 14.1
#47Earlier quoted context omitted.
I disagree they're straight-up ugly , but they're certainly cluttered , and I think there's a very simple reason for that: IntelliJ (or VisualStudio, or Xcode, or anything in this class) is an expert tool. Expert tools can be insanely complex to use, and can have very steep learning curves, because the people who use them are willing and able to invest the time. In exchange, the tools assume that most users are going…
I disagree about having to look cluttered. Here's how my Visual Studio usually looks like http://i.imgur.com/imqiWGT.png
Re: IntelliJ IDEA 14.1
#48Earlier quoted context omitted.
I totally agree. I have purchased licenses for IntelliJ, RubyMine, and PyCharm for years. That said, 90% of the time I spend using Jetbrains projects is now simply using IntelliJ to edit Clojure and Clojurescript files. I run repls externally, and setup shortcuts for use with :reload or :reload-all. As a Clojure editor I like the fast code navigation, autocomplete, and visual warnings of syntax errors.
Do you use Cursive? Last time I tried it I found some weird bugs in the text editing which caused problems for me. I very much wanted it to work though, I need to try it again.