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