IntelliJ IDEA 2022.1 Adds Dependency Analyzer
Written by Kay Ewbank   
Tuesday, 12 April 2022

The latest update to IntelliJ IDEA has been released by JetBrains, with improvements including a new notification tool, a better new project wizard, and a dependency analyzer.

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

The Dependency Analyzer aims to make it easier to manage dependencies and resolve conflicts by providing extensive information regarding all Gradle and Maven dependencies, including transitive ones, used in your project and subprojects. This should mean developers can detect conflicting dependencies and resolve them, filter out identical dependencies and see their presence in different libraries.

Dependency Analyzer

 

The New Project wizard has been revamped so that you can now quickly launch an empty project; use the pre-configured options for Java, Kotlin, Groovy, and JavaScript; or use generators if you are working on more complex projects.

The IDE has a new Notifications tool window that replaces the Event Log instanсe. The developers say the new window will make notifications more visible and better organized to more clearly highlight important notifications from the IDE.

Inlay Hints have also been improved to provide better insights about your code within the editor. The list of displayed metrics now include inheritors, usages^ code authors, and related problems. The metrics are all enabled by default now and can be modified in Inlay Hints settings.

Markdown support has also been improved, so developers can run commands from Markdown files. If a Markdown file contains instructions with commands that you need to execute in your terminal, you can run those commands directly from the Markdown file.

Support for Java has also been improved, with changes to the default Surround with try/catch template so that its usage doesn't swallow exceptions. Instead, the template re-throws an exception wrapped into a RuntimeException​​.

IntelliJ IDEA 2022.1 is available now.

IntelliJ Logo

More Information

IntelliJ website

What’s New in IntelliJ IDEA 2022.1

Related Articles

IntelliJ IDEA Adds Project-Wide Analysis

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


Linux Has Over 3% Desktop OS Share
19/07/2023

Statcounter's statistics for June show that Linux has passed a milestone - it has surpassed 3% as its Global Market share on the Desktop.  Meanwhile Android, which we can think of as Linux for th [ ... ]



Implementing Automated Code Testing
27/07/2023

Increasingly automated code testing is becoming a reality - and with the availability of ChatGPT you need to do little more than ask for it to happen. Here are seven best practices to follow. 


More News

Summer SALE Kindle 9.99 Paperback $10 off!!

esp32book

 

 

Comments




or email your comment to: [email protected]

Last Updated ( Tuesday, 12 April 2022 )