IDEA 2020 began to understand English programmer served

1 IDEA 2020

JetBrains recently released the 2020 Roadmap IntelliJ platform, now in another part of the 2020 planning, JetBrains has released a roadmap features of IntelliJ IDE 2020 years based.

The former is mainly focused on the functions of the underlying platform, while the latter focused on higher-level features that will interact directly with the user.

# Localization

Last year, JetBrains website localized, offers eight different languages, and now, the team is based on IntelliJ IDE localized.

It is currently being localized for the Asian market, IDE, and plans to provide initial support for Simplified Chinese, followed by Korean and Japanese.

And it can provide translation capability in the form of plug-ins, so that the community will be able to provide translation in other languages.

# The generic editor as IDE

With the possibility to improve the performance of recently launched, based on the IntelliJ IDE as a lightweight text editor to become more reasonable, so the development team is now building a special mode to edit non-project files.

In this mode, the IDE will be more like a simple text editor, which will open at a faster rate, it does not store any configuration item, and it uses a conventional text editor same workflow to create, open and save the file.

Naturally, the feature set is also available in this mode will be very limited, however, if you need such as remodeling or debugging feature, you can easily switch to full project mode.

# Git staging support

For Git integration feature requests, voice Git staging area is the highest. Git IntelliJ platform integration is built on an integrated version control and other (e.g. the Perforce and Subversion) the same frame, and it uses the concept of a list of changes rather than temporary storage area.

Change list more flexible than the staging area, because they can manage multiple independent changes are not ready to commit. By recently added support for the change to move files between the portion of the list, basically it covers the main use cases temporary area.

In a future version of the IDE program for integrated Git Git staging area and achieve a different list of changes in two modes, developers will be able to choose to use the current UI changes based on the list, or use support the staging area but does not support changing the list of the new UI .

There are also about machine learning-based auto-completion for the novice to simplify its environment configuration, automatic detection of the reconstruction project, and Code Vision display context-rich information and other functions directly in the program code editor.

For more details, check out the official description:

https://blog.jetbrains.com/idea/2020/01/intellij-based-ide-features-roadmap-for-2020

 

Released eight original articles · won praise 0 · Views 432

Guess you like

Origin blog.csdn.net/lxf2769686661/article/details/105306998