Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the new features of IntelliJ IDEA

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly explains "what are the new functions of IntelliJ IDEA". The content of the explanation is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "what are the new features of IntelliJ IDEA"?

Support for WSL 2

It is said that Windows is the best distribution of Linux, but what's the use if your IDE doesn't support WSL?

Now IDEA finally supports WSL 2, so that we can develop on Windows, and running in WSL 2 environment, such as JDK, build environment (maven/gradle) can be in WSL 2 system, it is really cool. In the future, you can completely use WSL 2 for development, daily Windows, all development environments all wsl, and the file system is also open, there is no reason to refuse!

For a detailed tutorial on installing WSL 2 in Windows 10, you can refer to Microsoft's official documentation and follow the documentation step by step, which is very simple.

Document link:

Https://docs.microsoft.com/en-us/windows/wsl/install-win10

Operation target

Run the target, this function is too fragrant. Our program can not only run locally, in WSL 2, on a remote SSH host, but also in Docker, with one click running on Docker.

And Docker's support for WSL 2 is also very good. We can also run Docker in WSL 2 and use the Docker management tool in Windows.

Built-in HTML previewer

In the HTML file, you can use the built-in previewer to preview the web page by clicking the IDEA icon in the upper right corner, and refresh it in real time, without having to open the browser preview again.

Enhancement of search scope

When we search in the future, we can also add external dependencies to the scope to complete a more comprehensive search. The setting entry is in Preferences/Settings | Appearance & Behavior | Scopes

Taskbar enhancements for the Windows version

In the taskbar, right-click IDEA and the most recent project appears

Enhanced Pull Request support

Your submission PR operation will only need to be done in the Pull Request panel, no longer need commands and web pages.

Support for Git submission templates

Now you can compare the files with other branches in the _ Compare with branch_ pop-up box.

Split window optimization

After dividing the editor window vertically, double-click Tab to maximize the current window, and double-click again will restore

Support for JSON Path

When you open the .json file later, you can use JSON Path to filter / convert / output

Support for JAVA 16

IDEA 2021.1 already supports JAVA 16.

Smarter data checking

IDEA will now prompt you for some basic errors, such as negative data length, unpacking and so on.

Support for light color UML background

For some students who like to use light themes, you don't have to look at UML pictures in dark colors anymore.

Thank you for your reading, the above is the content of "what are the new features of IntelliJ IDEA". After the study of this article, I believe you have a deeper understanding of the new features of IntelliJ IDEA, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development