Browse
:boom: Robust C/C++ code completion for Sublime Text 3
For the Mac people, it meant that they didn’t know how what tool to use apart from X-Code which of course didn’t work (but it did for C) and me, it meant that I had to find a way to compile my code written in mere text editors like Atom or Sublime.
Labelsauto-complete, autocompletion, clang, ide, intellisense, completion, Completion, completions, linting, c, c++, C, C++, cmake, language syntax
Installs
- Total41K
- Win14K
- Mac8K
- Linux18K
- Sublime Text can now utilize your GPU on Linux, Mac and Windows when rendering the interface. This results in a fluid UI all the way up to 8K resolutions, all while using less power than before. Apple Silicon and Linux ARM64 Sublime Text for Mac now includes native support for Apple Silicon processors.
- Step 1: Download the.dmg file of Sublime Text from the official website just like we did for windows. Step 2: run and install the file and then you are ready to go. Now, you need to install the Gcc compiler on your mac.
Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 11 | 5 | 7 | 4 | 12 | 8 | 6 | 5 | 6 | 6 | 12 | 10 | 7 | 9 | 5 | 10 | 4 | 8 | 0 | 6 | 7 | 11 | 7 | 7 | 5 | 8 | 8 | 12 | 4 | 5 | 8 | 8 | 9 | 9 | 8 | 9 | 7 | 8 | 6 | 17 | 3 | 3 | 10 | 8 | 10 |
Mac | 0 | 2 | 1 | 3 | 2 | 2 | 2 | 3 | 1 | 0 | 5 | 3 | 1 | 1 | 4 | 1 | 2 | 0 | 2 | 0 | 4 | 2 | 5 | 1 | 0 | 0 | 2 | 2 | 0 | 0 | 1 | 1 | 4 | 1 | 2 | 3 | 3 | 0 | 0 | 3 | 1 | 3 | 2 | 3 | 2 | 2 |
Linux | 0 | 7 | 4 | 5 | 4 | 3 | 5 | 6 | 6 | 5 | 6 | 4 | 8 | 2 | 14 | 8 | 7 | 4 | 4 | 2 | 2 | 5 | 4 | 2 | 3 | 10 | 5 | 8 | 13 | 8 | 7 | 4 | 7 | 10 | 6 | 4 | 7 | 7 | 4 | 5 | 3 | 7 | 8 | 13 | 9 | 5 |
Readme
Install Sublime Text 3
- Source
- raw.githubusercontent.com
Simple start in just 3 steps!
1. Install this plugin
- In Sublime Text press CTRL+Shift+P andinstall
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 yourproject folder and will use information from it to complete your code out ofthe box! For more details, read the plugin docs aboutCMake.
C++ Compiler For Sublime Text
Don't like CMake?
Don't worry! There are plenty of ways to configure the plugin! Read the relateddocumentation page formore info!
Extensive documentation
There are so many things I want to tell you! There is so much the plugin iscapable of! Read the docs to getstarted!