Skip to content

Commit

Permalink
Update ide page
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 2, 2020
1 parent 12b54b5 commit 452489d
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions chapters/cpp/ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 452489d

Please sign in to comment.