From 452489dd20e265298dfa802f7fcdf1e6af6278d3 Mon Sep 17 00:00:00 2001 From: Tobias Hienzsch Date: Sat, 2 May 2020 23:59:45 +0200 Subject: [PATCH] Update ide page --- chapters/cpp/ide.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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