C/C++ Support is a plugin that allows you to write C/C++ programs in OpenIDE. The plugin can:
- Analyze and highlight code in C/C++ languages
- Compile and build projects using CMake
- Highlights errors and warnings
- Go to Definition, Rename, and Folding
- Allows you to configure the formatter
- Auto-completion for C/C++ languages
- Allows you to create files and projects using C/C++
- Adds icons with .cpp, .c, .cc, CMakeLists.txt and others
- Basic Quick Fix support
To use the plugin, you must install:
- C/C++ compiler (g++ or clang)
- Clangd for code analysis and error highlighting
- [PREFERABLY] have CMake.
For the plugin to work constructively, it is not necessary to include the LSP4IJ plugin.
CMake settings can be found in Settings -> Tools -> C/C++ Build.