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 49K
  • Win 19K
  • Mac 10K
  • Linux 21K
Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4 Feb 3
Windows 1 2 4 1 4 3 3 5 2 7 7 3 1 7 9 7 0 5 4 7 5 3 6 5 5 6 7 1 4 5 3 5 6 8 2 7 6 8 11 3 6 6 6 4 11 7
Mac 0 0 2 0 2 0 0 0 1 3 1 1 3 2 2 1 1 2 3 2 1 4 1 0 0 6 2 1 0 0 1 2 7 1 1 1 2 0 3 0 1 1 0 4 0 0
Linux 0 4 3 1 1 2 2 1 1 0 6 4 1 5 4 4 0 3 4 1 0 2 5 2 1 2 4 4 3 0 1 3 2 4 2 1 1 3 1 4 2 4 3 2 3 1

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!