Check out other C/C++ tools
from JetBrains
Pick up the right tool for C and C++ development depending on your preferred toolchains and other requirements:
Thanks to native C and C++ support, including C++11 and C++14, libc++ and Boost, CLion knows your code through and through and takes care of the routine while you focus on the important things.
Instantly navigate to a symbol's declaration or context usages, search through the whole project for a class, file or symbol by its name, find your way through the code base with structure and hierarchical views.
Add class members, override/implement functions, generate constructors/destructors, getters/setters, equality, relational and stream output operators, wrap a block of code with a statement, or generate a declaration from actual usage - all via simple keyboard shortcuts.
Rename symbols, move members up/down the hierarchy, change function signature, and be sure CLion’s automated refactorings will accurately propagate the appropriate changes throughout your code.
With CLion, you can create code that's beautiful and correct at the same time. Potential code issues are identified instantly...
...and fixed as you type! Be sure all the proper changes are handled automatically by CLion.
CLion also performs Data Flow analysis to find out all the cases of the unreachable code, infinite recursion and more.
Investigate and solve problems with ease through CLion's friendly debugger user interface with GDB or LLDB available as a backend.
Attach to local processes or debug remotely. Check disassembly view when sources are not available.
Get the complete view of your project with variable values shown right in the editor as you debug.
Inspect the state of all the variable for a chosen function in the stack frame, or monitor variable/expression changes during the debug session.
Evaluate result of a function call or some complicated expression when stop at some execution point in the debug session.
Using CMake as a project model, CLion handles your changes in CMake files automatically, using all the information from there during code editing and refactorings.
Run any command without leaving the IDE: locally or remotely using the SSH protocol. Depending on your platform, you can work with a command line prompt, Far, powershell, bash, or other tools.
Popular VCS supported out of the box include Subversion, Git, GitHub, Mercurial, CVS, Perforce (via plugin), and TFS.
CLion also seamlessly integrates with Google Test and Catch frameworks and supports Doxygen.
To help you focus on code and raise your productivity, CLion has keyboard shortcuts for nearly all its features, actions and commands.
Vim fans are welcome to install the Vim-emulation plugin.
CLion’s code highlighting, navigation and analysis become more accurate with extended knowledge of C++14, initial understanding of C++17, and support for precompiled headers and -include option.
While debugging your code, when the sources are not available (in case of various libraries and frameworks), step into the disassembly code to investigate the problem deeper.
In addition to Google Test, CLion now provides support for Catch, a cross-platform unit testing framework for C++. Use special run/debug configurations and a built-in test runner with Catch.
CLion is fantastic, finally the C++ high quality cross-platform IDE with CMake as first class build system we were waiting for.
A product that was impressive during the EAP versions. I’m looking forward to seeing where JetBrains will take it from here. Considering the quality of their other products the sky is the limit.
I would like to take this moment to say, CLion has quickly become my favorite IDE for C/C++. It just works. #jetbrains #CLion
Really liking @clion_ide for a new C++ project: lightweight, responsive, useful, good integrations. And most important, great vi emulation.
Pick up the right tool for C and C++ development depending on your preferred toolchains and other requirements: