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 52K
- Win 21K
- Mac 10K
- Linux 22K
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 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 2 | 3 | 4 | 1 | 4 | 2 | 7 | 4 | 7 | 7 | 7 | 6 | 7 | 3 | 4 | 3 | 5 | 2 | 6 | 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 |
Mac | 0 | 0 | 2 | 0 | 2 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 2 | 2 | 1 | 1 | 1 | 0 | 0 | 1 | 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 |
Linux | 2 | 1 | 2 | 1 | 1 | 1 | 3 | 4 | 2 | 1 | 2 | 5 | 6 | 7 | 5 | 0 | 0 | 2 | 4 | 2 | 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 |
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!