The Wayback Machine - https://web.archive.org/web/20150410231311/http://www.infoq.com/news/2014/09/jetbrains-clion
BT

JetBrains CLion, a C/C++ IDE, and ReSharper for C++

by Abel Avram on Sep 09, 2014 |

JetBrains has released CLion EAP, a new IntelliJ-based IDE for C and C++. The IDE comes with Code Completion, Code Generation (for constructors, getters/setters or methods), Intention Actions, Quick Fixes, Refactoring, Project Search and Code Navigation. They also want to bring ReSharper to Visual Studio C++.

CLion uses the CMake build system and can keep resources in several version control systems: CVS, Git, Mercurial (hg4idea), Perforce, Subversion, and TFS. CLion is available for all major operating systems, requiring the following versions: OS X 10.8+, Windows 7-64bit, 8-64bit, Linux 64-bit.

The IDE also supports HTML/HTML5, CSS, JavaScript, and XML out of the box, and support for other languages and features can be installed via plug-ins such as Lua or IdeaVIM, a VIM emulator.

For C++ development on Visual Studio, JetBrains is working on ReSharper C++, an EAP build being available. ReSharper C++ includes support for:

  • Context-sensitive navigation: Go to Declaration, Go to Derived Symbols, Go to Implementation, Go to Base Symbols
  • Context-insensitive navigation: Go to Type, Go to Symbol, Go to File Member, Go to Everything
  • Finding code symbols
  • Refactoring: Introduce Variable and Rename
  • Context actions: transform macro calls, auto-insert #include directives, create local and global variables, enums, etc.
  • Working with templates
  • Code generation: constructors, members, overrides, etc.

ReSharper C++ supports C, C++03 and a part of C++11, and partially supports C++11 lambda expressions. JetBrains considers C++ a “complicated language to support,” and, as a result, various parts of the language are not supported yet: several Microsoft libraries -MFC, ATL, WTL-, and several Microsoft extensions. Also, code bases over 40MB in size are not supported due to performance issues.

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Tell us what you think

Community comments
Discuss

Educational Content

General Feedback
Bugs
Advertising
Editorial
Marketing
InfoQ.com and all content copyright © 2006-2015 C4Media Inc. InfoQ.com hosted at Contegix, the best ISP we've ever worked with.
Privacy policy
BT