New UI enhancements in IntelliJ IDEA 2023.1 enhance the IDE coding experience!

IntelliJ IDEA is an integrated environment for java programming language development. IntelliJ is recognized as the best java development tool in the industry, especially in intelligent code assistant, automatic code prompt, refactoring, JavaEE support, various version tools (git, svn, etc.), JUnit, CVS integration, code analysis, innovative The functions such as GUI design can be said to be extraordinary.

Last year, it was officially announced that it would completely change the UI of the IntelliJ IDE, providing developers with a more modern, highly customizable, and more user-friendly interface to improve their overall coding experience.

Since then, the IntelliJ IDEA team has gradually rolled out the new UI for users. The first version is available in a closed preview program, and after implementing the first round of improvements based on feedback, the new UI is made available in preview to all users via the settings in v2022.3.

On the IntelliJ IDEA 2023.1 release, improvements were prioritized and most popular requests were made. As a result of this work, several updates have been introduced, as detailed below!

IntelliJ IDEA v2023.1 official version download

Vertical split of tool windows

For the new UI, an option to split the tool window area vertically was introduced, just like in the old UI. This option provides a convenient way to arrange windows, giving you more flexibility and control over your workspace.

Drag the tool window icon below the divider along the sidebar to add the tool window below this area. Or you can right-click on the icon to invoke the context menu and use the Move To action to specify a new location for the tool window.

compact mode

The new version introduces Compact Mode, which reduces the height of toolbars and tool window titles, reduces spacing, padding, and icons and buttons, and provides a more uniform look, which is especially suitable for smaller screens or notebooks computer. To turn on  Compact Mode , go to the View menu and select  Appearance | Compact Mode .

Project Tabs on macOS

The new version implements project tabs for new UI users on macOS, which provides more intuitive navigation, and you can easily switch between multiple open projects using the project tabs displayed under the main toolbar.

Redesigned Run widget

The new version redesigns the Run (run) widget in the header of the main window to make it more natural and pleasing to the eye.

Filename pane visible when tabs are hidden

The new version fine-tunes the user experience of the new UI, adding a pane to display the name of the currently opened file when the editor tab is hidden, and you can click on this widget to access the list of recently opened files.

Hidden toolbar in Zen and Distraction Free modes

The top toolbar is no longer visible in Zen and Distraction Free modes, providing a cleaner, more focused workspace for developers who want to minimize distractions while working.

Option to show hidden tabs

New UI users can now see the full list of open editor tabs by selecting  Show Hidden Tabs located to the right of the tabs row .

New Dark editor color scheme

The new version studies the default editor color scheme and creates a new Dark option that is automatically activated when the new UI is enabled.

If you prefer the previous default color scheme, go to  Settings/Preferences | Editor | Color Scheme and select Darcula Contrast from the list  .

Option to always show tool window icons

You can now choose how tool window icons are displayed in the IDE, icons in tool window titles appear by default on mouse hover or when the tool window is in focus. You can now make it always visible, go to  Settings/Preferences | Advanced Settings | Tool Windows to configure it.

Options to customize the main toolbar via the context menu

You can now easily configure the main toolbar by adding additional actions to your liking. Right click on any widget, select the Customize Toolbar option, select the widget to update and search for the desired action.

To activate the new UI, go to  Settings/Preferences | Appearance & Behavior | New UI (Settings/Preferences | Appearance & Behavior | New UI).

Guess you like

Origin blog.csdn.net/AABBbaby/article/details/131221532
Recommended