{"id":18714153,"url":"https://github.com/pfultz2/clangcomplete","last_synced_at":"2025-07-06T19:09:02.076Z","repository":{"id":62619921,"uuid":"10432882","full_name":"pfultz2/ClangComplete","owner":"pfultz2","description":"Clang completion for sublime","archived":false,"fork":false,"pushed_at":"2018-12-12T19:12:17.000Z","size":169,"stargazers_count":110,"open_issues_count":7,"forks_count":17,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-12T12:42:35.655Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pfultz2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-02T05:25:52.000Z","updated_at":"2023-09-08T16:39:50.000Z","dependencies_parsed_at":"2022-11-04T06:20:16.985Z","dependency_job_id":null,"html_url":"https://github.com/pfultz2/ClangComplete","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pfultz2/ClangComplete","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfultz2%2FClangComplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfultz2%2FClangComplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfultz2%2FClangComplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfultz2%2FClangComplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pfultz2","download_url":"https://codeload.github.com/pfultz2/ClangComplete/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfultz2%2FClangComplete/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263957845,"owners_count":23535605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T12:51:31.918Z","updated_at":"2025-07-06T19:09:02.057Z","avatar_url":"https://github.com/pfultz2.png","language":"C++","readme":"ClangComplete\n=============\n\nDescription\n-----------\n\nClang completion for Sublime Text 3. Additionally, it provides diagnostics and some simple navigation capabilites.\n\nInstallation\n------------\n\nFirst, clone this repo into your sublime packages folder(it doesn't use Package Control). Then cd into the `complete` directory and type:\n\n    make\n\nThis will build the `complete.so` binary. It requires the development version of Clang to build(the package `libclang-dev` on debian-based distros). To get the appropriate development package on OS X, install LLVM via Homebrew:\n\n    brew install --with-clang --with-all-targets --with-rtti --universal --jit llvm\n\nUsage\n-----\n\nClangComplete provides code completion for C, C++, and Objective-C files. To figure out the compiler flags needed to parse the file, ClangComplete looks into the `build` directory in the project folder for the cmake build settings. If the build directory is placed somewhere else the `build_dir` can be set to the actual build directory. Also if cmake is not used, options can be manually set by setting the `default_options` setting.\n\nClangComplete also shows diagnostics whenever a file is saved, and provides `Goto Definition` functionality. Here are the default shortcuts for ClangComplete:\n\n|      Key     |      Action      |\n|--------------|------------------|\n| alt+d, alt+d | Go to definition |\n| alt+d, alt+c | Clear cache      |\n| alt+d, alt+t | Show type        |\n\nSupport\n-------\n\n[Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_xclick\u0026business=HMB5AGA7DQ9NS\u0026lc=US\u0026item_name=Donation%20to%20clang%20complete\u0026button_subtype=services\u0026currency_code=USD\u0026bn=PP%2dBuyNowBF%3abtn_paynow_LG%2egif%3aNonHosted)\n\n    \n","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_xclick\u0026business=HMB5AGA7DQ9NS\u0026lc=US\u0026item_name=Donation%20to%20clang%20complete\u0026button_subtype=services\u0026currency_code=USD\u0026bn=PP%2dBuyNowBF%3abtn_paynow_LG%2egif%3aNonHosted"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfultz2%2Fclangcomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpfultz2%2Fclangcomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfultz2%2Fclangcomplete/lists"}