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