Early Access Program News

CLion 2022.1 EAP3: Enhanced Type Hints, Fixes in Auto-Import and Navigation, and More Flexible Reset Options in Embedded GDB Server Configurations

Hi,

The new CLion 2022.1 EAP build, 221.4501.161, is now available from our website, via the Toolbox App, or as a snap package (if you are using Ubuntu). Note that if you are on macOS, there is a separate build for Apple Silicon (M1 chip).

Those who are already using EAP2 can apply a patch to update to EAP3.

DOWNLOAD CLION 2022.1 EAP

The main highlights:

  • Inlay Hints improvements:
    • CLion now displays an accurate type hint for dependent types (CPP-28259):
      Hints for dependent types
    • When returning a lambda that returns a lambda, the return type hint is now displayed (CPP-28308).
    • CLion now displays a user-friendly wstring alias as a type hint for the std::basic_string<wchar_t> type:
      wstring alias in hints
  • We’ve fixed a bug that was causing the auto-import pop-up to appear multiple times after the auto-import suggestion had been accepted (CPP-6267).
  • When clicking on the left-gutter navigation icons, navigation now happens immediately when there is only one viable option to navigate to. No context menu is opened in this case.
  • The Embedded GDB Server configuration can now reset the device at different stages: Before or After the download (i.e. flashing MCU ROM or writing to RAM), Always (both before and after), or Never:
    Embedded GDB server
  • Several exceptions were addressed in this build.

The full release notes are available here.

DOWNLOAD CLION 2022.1 EAP

Your CLion team
JetBrains
The Drive to Develop

image description