Terminal, Vim mode
and others

Vim mode

CLion offers a powerful vi/Vim emulation mode (available via the IdeaVim plugin) to give you the best of both worlds.

It supports many Vim features including normal/insert/visual modes, motion keys, deletion/changing, marks, registers, some Ex commands, Vim regexps, configuration via ~/.ideavimrc, macros, window commands, and more.

Terminal

Terminal

CLion includes a local terminal for accessing the command line. Depending on your platform, you can work with command line prompt, Far, powershell, bash, etc. Invoke the terminal with Alt+F12 and execute any command without leaving the IDE.

Code With Me

Code With Me, a new JetBrains service for collaborative development and pair programming, is bundled with CLion. Set the required level of access to your project and share the link with your guests. Your peers do not even need to have an IDE of their own installed to collaborate with you. Embedded audio and video calls, along with chat messaging, will help teams discuss the code, share their knowledge, and cooperate more efficiently.

Database tools and SQL

CLion comes with the full database tools support. It’s enabled via Database Tools and SQL plugin by default and the functionality corresponds to the DataGrip IDE.

The plugin allows you to work in CLion with many known Databases (like MySQL, PostgreSQL, Oracle, and others): explore the content of the DB, read and modify data, get code completion, refactoring and other intelligent features for the SQL language, and execute queries – all this without ever leaving the CLion IDE.

STM32CubeMX

STM32CubeMX integration

If you develop for STMicroelectronics boards, benefit from integration with STM32CubeMX. CLion can create a new .ioc project or open an existing one, and generate a CMake file to correctly work with it. And you can start STM32CubeMX any time directly from CLion to update board settings and generate code.

Plugins

CLion can be enriched with 100+ IDE plugins thanks to its underlying IntelliJ Platform, which has been in continuous development for over 15 years. These plugins provide support for additional VCS, integrations with different tools and frameworks, and editor enhancements such as Vim emulation. To browse and manage CLion plugins, go to Plugin Manager in the IDE settings.