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


WasmCon 2023 Sessions Now Online
01/03/2024

The recorded session of the premier conference for technical developers and users interested in exploring the potential of WebAssembly are now online.



Run WebAssembly Components Inside Node.js With Jco
28/03/2024

Jco 1.0 has been just announced by the Bytecode Alliance.It's a native JavaScript WebAssembly toolchain and runtime that runs Wasm components inside Node.js. Why is that useful?


More News

raspberry pi books

 

Comments




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

Last Updated ( Tuesday, 12 April 2022 )