ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Easy​Clang​Complete

by niosus ST3

:boom: Robust C/C++ code completion for Sublime Text 3/4

Details

Installs

  • Total 50K
  • Win 19K
  • Mac 10K
  • Linux 21K
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 7 5 4 5 4 3 5 2 3 7 4 3 6 13 8 1 8 7 3 6 2 9 5 3 3 4 3 6 7 3 3 12 10 1 8 2 6 1 5 1 6 5 1 3 7
Mac 0 1 1 1 0 4 0 2 0 0 1 0 1 0 2 4 0 2 2 2 3 0 0 1 0 2 1 1 3 3 4 0 2 0 0 0 0 1 0 2 0 1 1 0 0 3
Linux 0 2 1 6 3 1 0 2 5 1 2 4 1 2 6 2 2 1 0 3 3 0 5 2 2 0 3 5 3 3 2 2 3 5 0 1 0 4 4 2 8 4 2 1 2 2

Readme

Source
raw.​githubusercontent.​com

EasyClangComplete auto-completion for human beings

Example

Simple start in just 3 steps!

1. Install this plugin

  • In Sublime Text press CTRL+Shift+P and install EasyClangComplete

2. Install clang

  • Ubuntu : sudo apt-get install clang
  • OSX : ships clang by default. You are all set!
  • Windows : install the latest release from clang website.
  • Other Systems : use your package manager or install from clang website.
  • clang website: http://llvm.org/releases/download.html

3. Configure your compiler flags and include folders

Do you use CMake?

You're in luck! The plugin will run cmake on a proper CMakeLists.txt in your project folder and will use information from it to complete your code out of the box! For more details, read the plugin docs about CMake.

Don't like CMake?

Don't worry! There are plenty of ways to configure the plugin! Read the related documentation page for more info!

Extensive documentation

There are so many things I want to tell you! There is so much the plugin is capable of! Read the docs to get started!

Support this project!