News
CLion 2017.2.2 RC is available
CLion 2017.2.2 Release Candidate build is available for download, build 172.3968.17.
Paste simple when paste from history
Paste from history (Shift+Ctrl+V on Linux/Windows, ⇧⌘D on macOS) you can easily cope with multiple code snippets to copy/paste. Just copy them all and have a list available in the IDE.
From now on you can find Paste Simple option there (in addition to Paste), that helps when you don’t want the IDE to apply formatting or escape characters:
Clang-Tidy support regression for MSVC
Previously, EAP build brought several useful enhancements in the Clang-Tidy integration:
- Ability to disable individual checks.
- Ability to suppress Clang-Tidy check for a particular line via
// NOLINT
. - Ability to use your own Clang-Tidy binary instead of the bundled one.
The changes, however, broke the Clang-Tidy for MSVC in some cases, which is now fixed.
Check the full release notes by the link.
Your CLion Team
JetBrains
The Drive to Develop
Prev post CLion 2017.2.2 EAP: configure Clang-Tidy checks you needWebinar Recording: Refactoring C++ code Next post