【Clion】Document translation

Corresponding version 2021.2

start

Install CLion

quick start guide

0. Before starting

CLion is a cross-platform IDE that can be installed and run on Windows, macOS, and Linux systems.

  • Different systems correspond to different shortcut keys.
  • different installation methods

Support for C++ compilers and debuggers

  • Compilers: GCC, Clang, and Microsoft Visual C++ compiler.
  • 调试器:bundles GDB and LLDB debuggers, and you can switch to a custom GDB binary

project build tool

  • CMake, no need to install it yourself, is already bound to CLion
  • Supports project compilation database, Gradle, and Makefile projects, which can be managed but not created.

Configure the environment in advance

  • For C/C++ projects, CLion uses the GCC/G++, Clang, or MSVC toolchain

Additional languages ​​supported

  • Python, Objective-C/C++, HTML (including HTML5), CSS, JavaScript, and XML.
  • The above languages ​​need to bind plugins
  • You can also get more language support through plugins, such as (such as Rust, Swift, or Markdown)

1. Open/create project

CLion shortcut keys

CLion uses the characteristics of different languages

User interface overview

Performance Tuning Tips

get help

Guess you like

Origin blog.csdn.net/Android_WPF/article/details/132056419