IntelliJ IDEA Adds Project-Wide Analysis
Written by Kay Ewbank   
Thursday, 05 August 2021

IntelliJ IDEA has been updated with improvements including a new project-wide analysis feature that can track errors all the way through projects before compiling them. Maven and Gradle support has also been improved.

IntelliJ IDEA is a well-known Java IDE for web, desktop and mobile development, and the updated version is part of the regular update cycle

IntelliJ Logo

Developers can now manage Maven and Gradle dependencies through a new Package Search UI that you can use to search for any Java or Kotlin library and get back relevant information. The search tool will also show if any version updates for dependencies are available, in which case the package can be upgraded from within the editor.

 

 

The editor has also been improved, with better diagrams that show a Structure view with a diagram map and a preview of the selected block and its neighbors. Markdown support has also been improved with the ability to convert .md files to/from various formats, configure image size, and use drag and drop to insert images.

Java support improvements start with a new two-step JavaFX project wizard. Developers can also mark public, protected, and private Java members (methods, fields, classes) in different ways. There are also several new inspections aimed at Data Flow Analysis, including tracking a floating-point range or collection size on update methods.

For Kotlin, code completion now works based on the machine learning mechanism by default. Kotlin developers can also run tests without waiting for code analysis to finish, and the coroutines agent has been made more easily available.

Scala 3 support has been significantly improved, and indexing is faster and more precise. Along with Scala 3 SDKs, the new release supports Scala 3 constructs in Scala 2 projects. Compiler-based error highlighting has also been added to avoid false error reports.

IntelliJ 2021.2 is available now.

 

IntelliJ Logo

More Information

IntelliJ website

Related Articles

JetBrains Releases Projector For Swing

IntelliJ IDEA Updated To Be Faster And Smaller

Intellij IDEA Improves Coding Assistance

IntelliJ IDEA Adds JUnit 5 Support 

Intellij IDEA Updated 

IntelliJ Idea 14 Released

 

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Get Ready For Google Summer Of Code 2025
24/01/2025

2025 will be the  21st consecutive year of Google Summer of Code and the 4th year in which it will accept anybody aged 18 years and over who is a newcomer to open source software. As us [ ... ]



Tabnine Adds Code Provenance And Attribution Checks
07/01/2025

Tabnine has added a feature intended to reduce the risk of IP infringement. The new Provenance and Attribution feature checks that code suggested by AI code assistants doesn't use code with copyright  [ ... ]


More News

espbook

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 05 August 2021 )