You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reasons:
-> GIT and Gradle are working without any problems until now
-> Better UI, more stable and it is asking you more often instead of you have to search in deep in the settings
-> Easy automatic IntelliJ updating
-> All the good plugins are available which I need
-> For example build in code check is much more intelligent
-> A plugin called FindBugs-IDEA is really intelligent. It show up probable bugs (which are no compiler bugs and no really easy to see bugs)
-> YourKit is a really great tool to make the performance of the application visible in charts (and has a automatic IntelliJ IDEA plugin, nothing to do, just installing YourKit as desktop application and run in IntelliJ your files :). Yourkit works really well with IntelliJ to monitore the performance and memory of the application and find the causes on an object level.
-> The tips and tricks at the start are really great!
-> Supports Android perfectly (IntelliJ IDEA = official Android Studio)
-> JavaFXPorts (jfxmobile) works really great with live installing on the smartphone
-> Settings Repository Plugin = Synchronizes all IntelliJ settings with a cloud
-> Integrated Windows Console for each project
-> Better merging with git
-> Much better Java 8 Support including lambda expressions
-> some others...
I needed some time to work more efficiently with IntelliJ's ui but now it is better than eclipse.
If yes, we can remove the plugin "eclipse" from build.gradle files and apply plugin "idea".
The text was updated successfully, but these errors were encountered:
I move to IntelliJ IDEA, do you, too?
Reasons:
-> GIT and Gradle are working without any problems until now
-> Better UI, more stable and it is asking you more often instead of you have to search in deep in the settings
-> Easy automatic IntelliJ updating
-> All the good plugins are available which I need
-> For example build in code check is much more intelligent
-> A plugin called FindBugs-IDEA is really intelligent. It show up probable bugs (which are no compiler bugs and no really easy to see bugs)
-> YourKit is a really great tool to make the performance of the application visible in charts (and has a automatic IntelliJ IDEA plugin, nothing to do, just installing YourKit as desktop application and run in IntelliJ your files :). Yourkit works really well with IntelliJ to monitore the performance and memory of the application and find the causes on an object level.
-> The tips and tricks at the start are really great!
-> Supports Android perfectly (IntelliJ IDEA = official Android Studio)
-> JavaFXPorts (jfxmobile) works really great with live installing on the smartphone
-> Settings Repository Plugin = Synchronizes all IntelliJ settings with a cloud
-> Integrated Windows Console for each project
-> Better merging with git
-> Much better Java 8 Support including lambda expressions
-> some others...
I needed some time to work more efficiently with IntelliJ's ui but now it is better than eclipse.
If yes, we can remove the plugin "eclipse" from build.gradle files and apply plugin "idea".
The text was updated successfully, but these errors were encountered: