JetBrains brengt verschillende ontwikkelomgevingen uit, zoals CLion gericht op C en C++, DataGrip gericht op sql, PhpStorm gericht op php en IntelliJ Idea gericht op Java. IntelliJ Idea biedt slimme codecompletion, deep-static-analysis, intelligent-refactorings, debugger en een testrunner, en kan ook overweg met Kotlin, Groovy, Coffee- en Actionscript. Voor een overzicht van de mogelijkheden verwijzen we naar deze pagina. IntelliJ Idea is beschikbaar in twee smaken, een gelicentieerde Ultimate-smaak met meer functionaliteit en een gratis opensource-Community-smaak. Voor de Ultimate-smaak zal voor zakelijk- en thuisgebruik betaald moeten worden, maar als de software wordt gebruikt voor onderwijs of niet-commerciële opensourceprojecten, is de licentie gratis. JetBrains heeft IntelliJ Idea 2018.2.5 uitgebracht, met de volgende aankondiging:
IntelliJ IDEA 2018.2.5 is released!
The new IntelliJ IDEA 2018.2.5 bug-fix update is ready for you to download. This minor update includes a series of bug fixes and improvements:In other news, the JDK has been updated to 1.8.0_152-release-1248-b19, with the following fixes integrated:
- The Java 11 language level is not treated as experimental anymore: IDEA-199809.
- Fixed an issue with GitHub account addition, where the IDE was unable to register a new token: IDEA-198120.
- Fixed the IDE freezes when editing build.gradle script files: IDEA-198816
- The ‘Replace in Path’ / “Find in path” dialogs don’t lose focus: IDEA-198588, the problem still exists on Windows 7, but we are working on this issue right now, please follow JRE-994 for updates.
The full list of all the changes is available in the IDE release notes and the JRE release notes.
- Some system DLLs will be shipped with the JFX builds due to JFX building being switched to Visual Studio 2017: JRE-991.
- Fixed the regression, caused by the fix for picking characters in the Find in Path popup from the input method: JRE-981.
If you find a bug, please report it via our issue tracker.
Happy Developing!