diff --git a/chapters/cpp/ide.md b/chapters/cpp/ide.md index b1f46b2..0451da9 100644 --- a/chapters/cpp/ide.md +++ b/chapters/cpp/ide.md @@ -2,10 +2,23 @@ ## Visual Studio -## CLion +- Only available on Windows +- Native `CMake`/`clang-format` support +- `clang-tidy` via plugin ## XCode +- Only available on macOS +- No good `clang-format` or `clang-tidy` integration + +## CLion + +- Available on Linux/macOS/Windows +- Native `CMake`/`clang-format`/`clang-tidy` support + ## Visual Studio Code -## Makefile +- Available on Linux/macOS/Windows +- `CMake`/`clang-format`/`clang-tidy` support via plugins +- Has plugins for literally anything +- Uses a lot of memory