📈
juce-cookbook
  • Introduction
  • Getting Started
    • Why JUCE?
    • Other Libraries
    • Resources
  • C++
    • IDE
    • Tools
    • Resources
  • Setup
    • macOS
    • Windows
    • Linux
    • Projucer vs. CMake
    • Create Project
    • Debugging
    • Documentation
  • Coding
    • User Interface
      • Component
      • Button
      • Look&Feel
    • Plug-in
      • Basics
      • Parameter
    • DSP
      • Basics
      • Create your own
    • Modules
    • Misc
    • Examples
    • Snippets
  • Testing
    • Unit tests
    • pluginval
    • Sanitizers
    • Profile
    • Benchmark
  • Continuous Integration
    • Travis CI
    • AppVeyor
    • Publish
  • Wish List
  • What's next
  • License
Powered by GitBook
On this page
  • Visual Studio
  • XCode
  • CLion
  • Visual Studio Code

Was this helpful?

  1. C++

IDE

Visual Studio

  • Only available on Windows

  • Native CMake/clang-format support

  • clang-tidy via plug-in

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

  • Available on Linux/macOS/Windows

  • CMake/clang-format/clang-tidy support via plug-ins

  • Has plug-ins for literally anything

  • Uses a lot of memory

PreviousC++NextTools

Last updated 4 years ago

Was this helpful?