All Projects → niosus → Easyclangcomplete

niosus / Easyclangcomplete

Licence: mit
💥 Robust C/C++ code completion for Sublime Text 3

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Easyclangcomplete

Cmake Ide
Use Emacs as a C/C++ IDE
Stars: ✭ 661 (+23.09%)
Mutual labels:  cmake, clang, libclang
Directx Vs Templates
Direct3D Visual Studio Templates
Stars: ✭ 205 (-61.82%)
Mutual labels:  cmake, clang
Cmake Examples
Useful CMake Examples
Stars: ✭ 7,220 (+1244.51%)
Mutual labels:  cmake, clang
clang-tool
Simple and powerful standalone project for clang-based tools using libtooling (e.g. refactoring, auto-completion, etc.)
Stars: ✭ 35 (-93.48%)
Mutual labels:  clang, code-completion
Polymcu
An open framework for micro-controller software
Stars: ✭ 173 (-67.78%)
Mutual labels:  cmake, clang
Fixed point
C++ Binary Fixed-Point Arithmetic
Stars: ✭ 199 (-62.94%)
Mutual labels:  cmake, clang
los
Los是一个c/c++语言编译型的虚拟机。它使用llvm/clang作为其前端,losld做后端对源代码进行编译,生成los指令文件。Los is a c/c++-compiled virtual machine. It uses llvm/clang as its front end, losld does the backend to compile the source code, and generates the los directive file.
Stars: ✭ 46 (-91.43%)
Mutual labels:  clang, compile
Cmakepchcompiler
CMake precompiled header support via custom PCH compiler extension
Stars: ✭ 105 (-80.45%)
Mutual labels:  cmake, clang
SublimePapyrus
A Sublime Text 2 and 3 package for the Papyrus scripting language.
Stars: ✭ 44 (-91.81%)
Mutual labels:  sublime-text-3, code-completion
Boomerang
Boomerang Decompiler - Fighting the code-rot :)
Stars: ✭ 265 (-50.65%)
Mutual labels:  cmake, clang
Coffeescript Sublime Plugin
Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
Stars: ✭ 296 (-44.88%)
Mutual labels:  plugin, sublime-text-3
Arm Cmake Toolchains
CMake toolchain configurations for ARM
Stars: ✭ 148 (-72.44%)
Mutual labels:  cmake, clang
Sampgdk
Write SA-MP gamemodes in C/C++
Stars: ✭ 113 (-78.96%)
Mutual labels:  cmake, plugin
Cmake Scripts
A selection of useful scripts for use in CMake projects, include code coverage, sanitizers, and dependency graph generation.
Stars: ✭ 202 (-62.38%)
Mutual labels:  cmake, clang
Moderncppci
This is an example of doing a Modern C++ project with CI
Stars: ✭ 109 (-79.7%)
Mutual labels:  cmake, clang
cxxd
C/C++ language server implemented on top of Clang frontend.
Stars: ✭ 145 (-73%)
Mutual labels:  libclang, clang
Cpp Reflection
C++ Reflection Parser / Runtime Skeleton
Stars: ✭ 440 (-18.06%)
Mutual labels:  cmake, libclang
Fcnpc
FCNPC - Fully Controllable NPC
Stars: ✭ 73 (-86.41%)
Mutual labels:  cmake, plugin
Qv2ray
⭐ Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 ⭐
Stars: ✭ 12,886 (+2299.63%)
Mutual labels:  cmake, plugin
bootstrap
Bootstrap Go bindings for Clang's C API
Stars: ✭ 18 (-96.65%)
Mutual labels:  libclang, clang

EasyClangComplete

Plugin for Sublime Text 3 for easy to use, out of the box autocompletions for C, C++, Objective-C, and Objective-C++.

Example

Documentation Release Downloads Month Travis Build Windows Build Codacy Badge Coverage Badge Donate OpenCollective Backers

Simple start in just 3 steps!

1. Install this plugin

  • In Sublime Text press CTRL+Shift+P and install EasyClangComplete using Package Control.

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.

Bazel? (Linux and MacOS only)

If you use Bazel, you can run a command Generate compilation database that is shipped with this plugin, which will generate a compile_commands.json in the source folder of your project. The plugin will take it from there.

Don't like CMake or Bazel?

Don't worry! There are plenty of ways to configure the plugin! Read the related documentation 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!

Contribute to the project

This project exists thanks to all the people who contribute. Feel free to open an issue if something is not clear or a PR if you want to implement some missing functionality or fix a bug. Check out the contribution guide for that.

Support this project!

                     ╔═╗┌─┐┌─┐┬ ┬  ╔═╗┬  ┌─┐┌┐┌┌─┐  ╔═╗┌─┐┌┬┐┌─┐┬  ┌─┐┌┬┐┌─┐
                     ║╣ ├─┤└─┐└┬┘  ║  │  ├─┤││││ ┬  ║  │ ││││├─┘│  ├┤  │ ├┤
                     ╚═╝┴ ┴└─┘ ┴   ╚═╝┴─┘┴ ┴┘└┘└─┘  ╚═╝└─┘┴ ┴┴  ┴─┘└─┘ ┴ └─┘
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].