EasyClangComplete
:boom: Robust C/C++ code completion for Sublime Text 3/4
Labels auto-complete, autocompletion, clang, ide, intellisense, completion, Completion, completions, linting, c, c++, C, C++, cmake, language syntax
Details
Installs
- Total 51K
- Win 20K
- Mac 10K
- Linux 21K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 4 | 3 | 4 | 3 | 6 | 2 | 5 | 0 | 0 | 8 | 7 | 11 | 9 | 4 | 11 | 9 | 4 | 3 | 7 | 5 | 5 | 0 | 6 | 9 | 3 | 9 | 9 | 4 | 7 | 2 | 1 | 5 | 4 | 7 | 1 | 8 | 2 | 4 | 6 | 4 | 9 | 2 | 3 | 7 | 1 | 2 |
Mac | 0 | 0 | 0 | 2 | 1 | 0 | 2 | 0 | 0 | 2 | 0 | 2 | 1 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 3 | 2 | 1 | 1 | 2 | 0 | 1 | 2 | 1 | 1 | 1 | 3 | 1 | 2 | 3 | 3 | 1 | 2 | 0 | 3 | 3 | 1 | 1 | 2 |
Linux | 1 | 1 | 2 | 6 | 2 | 0 | 4 | 0 | 0 | 1 | 1 | 4 | 2 | 1 | 2 | 7 | 0 | 4 | 0 | 5 | 2 | 2 | 4 | 2 | 2 | 4 | 7 | 5 | 7 | 3 | 2 | 5 | 2 | 3 | 2 | 3 | 1 | 6 | 0 | 3 | 3 | 3 | 2 | 4 | 5 | 2 |
Readme
- Source
- raw.githubusercontent.com
EasyClangComplete auto-completion for human beings
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!