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 52K
  • Win 21K
  • Mac 10K
  • Linux 22K
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 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5
Windows 3 1 3 7 2 2 3 3 3 6 11 3 2 5 3 5 4 14 0 4 1 2 7 4 8 4 4 3 1 2 6 3 6 0 2 5 8 3 3 4 0 5 3 2 5 1
Mac 0 0 1 3 3 0 0 1 0 2 0 0 0 0 3 2 1 3 2 1 1 0 2 1 1 1 3 2 0 0 1 1 3 3 0 1 1 0 1 0 2 3 1 2 0 2
Linux 2 2 1 1 2 1 2 1 1 4 1 3 0 2 1 2 0 1 0 1 1 3 5 6 1 3 5 1 2 3 1 4 3 1 4 1 1 1 3 0 3 4 3 1 5 3

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!