{"id":13418039,"url":"https://github.com/cppit/jucipp","last_synced_at":"2025-09-26T22:31:40.986Z","repository":{"id":31230875,"uuid":"34792087","full_name":"cppit/jucipp","owner":"cppit","description":"A lightweight \u0026 cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp. ","archived":true,"fork":false,"pushed_at":"2018-06-11T18:25:41.000Z","size":4492,"stargazers_count":882,"open_issues_count":39,"forks_count":96,"subscribers_count":66,"default_branch":"master","last_synced_at":"2025-06-05T11:35:43.733Z","etag":null,"topics":["cpp14","cpp17","cpp1z","ide","juci","libclang","lldb","llvm"],"latest_commit_sha":null,"homepage":"https://gitlab.com/cppit/jucipp","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cppit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-29T12:18:28.000Z","updated_at":"2025-05-28T07:35:41.000Z","dependencies_parsed_at":"2022-09-22T11:40:31.177Z","dependency_job_id":null,"html_url":"https://github.com/cppit/jucipp","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/cppit/jucipp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppit%2Fjucipp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppit%2Fjucipp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppit%2Fjucipp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppit%2Fjucipp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cppit","download_url":"https://codeload.github.com/cppit/jucipp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppit%2Fjucipp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277155493,"owners_count":25770556,"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","status":"online","status_checked_at":"2025-09-26T02:00:09.010Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cpp14","cpp17","cpp1z","ide","juci","libclang","lldb","llvm"],"created_at":"2024-07-30T22:00:57.697Z","updated_at":"2025-09-26T22:31:40.576Z","avatar_url":"https://github.com/cppit.png","language":"C++","readme":"**_This project has moved to https://gitlab.com/cppit/jucipp._**\n\n# juCi++\n\n###### a lightweight, platform independent C++-IDE with support for C++11, C++14 and C++17 features depending on libclang version.\n\u003c!--\u003cimg src=\"https://gitlab.com/cppit/jucipp/blob/master/docs/images/screenshot3.png\"/\u003e--\u003e\n## About\nCurrent IDEs struggle with C++ support due to the complexity of\nthe programming language. juCI++, however, is designed especially \ntowards libclang with speed, stability, and ease of use in mind. \n\n## Features\n* Platform independent\n* Fast, responsive and stable (written extensively using C++11/14 features)\n* Syntax highlighting for more than 100 different file types\n* C++ warnings and errors on the fly\n* C++ Fix-its\n* Integrated Clang-Tidy checks possible through clang plugins, for instance (recreating existing build is needed):\n  ```\n  CXX=clang++ CXXFLAGS=\"-Xclang -add-plugin -Xclang clang-tidy -Xclang -plugin-arg-clang-tidy -Xclang -checks='-*,clang-analyzer-core.*'\" juci [project-path]\n  ```\n* Debug integration, both local and remote, through lldb\n* Supports the following build systems:\n  * CMake\n  * Meson\n* Git support through libgit2\n* Fast C++ autocompletion\n* Tooltips showing type information and doxygen documentation (C++)\n* Rename refactoring across files (C++)\n* Highlighting of similar types (C++)\n* Automated documentation search (C++)\n* Go to declaration, implementation, methods and usages (C++)\n* OpenCL and CUDA files are supported and parsed as C++\n* Other file types:\n  * Language server protocol support is enabled if `[language identifier]-language-server` executable is found. This executable can be a symbolic link to one of your installed language server binaries.\nSee [language-server-protocol/specification.md](https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md) for the currently defined language identifiers.\n  * otherwise, only keyword and buffer completion supported\n* Find symbol through Ctags\n* Spell checking depending on file context\n* Run shell commands within juCi++\n* Regex search and replace\n* Smart paste, keys and indentation\n* Multiple cursors\n* Auto-indentation through [clang-format](http://clang.llvm.org/docs/ClangFormat.html) or [Prettier](https://github.com/prettier/prettier) if installed\n* Source minimap\n* Split view\n* Multiple cursors\n* Full UTF-8 support\n* Wayland supported with GTK+ 3.20 or newer\n\nSee [enhancements](https://gitlab.com/cppit/jucipp/labels/enhancement) for planned features.\n\n## Screenshots\n\u003ctable border=\"0\"\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cimg src=\"https://github.com/cppit/jucipp/blob/master/docs/images/screenshot1c.png\" width=\"380\"/\u003e\u003c/td\u003e\n\u003ctd\u003e\u003cimg src=\"https://github.com/cppit/jucipp/blob/master/docs/images/screenshot2c.png\" width=\"380\"/\u003e\u003c/td\u003e\n\u003c/tr\u003e\u003ctr\u003e\n\u003ctd\u003e\u003cimg src=\"https://github.com/cppit/jucipp/blob/master/docs/images/screenshot3c.png\" width=\"380\"/\u003e\u003c/td\u003e\n\u003ctd\u003e\u003cimg src=\"https://github.com/cppit/jucipp/blob/master/docs/images/screenshot4b.png\" width=\"380\"/\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n## Dependencies\n* boost-filesystem\n* boost-serialization\n* gtkmm-3.0\n* gtksourceviewmm-3.0\n* aspell\n* libclang\n* lldb\n* libgit2\n* [libclangmm](http://gitlab.com/cppit/libclangmm/) (downloaded directly with git --recursive, no need to install)\n* [tiny-process-library](http://gitlab.com/eidheim/tiny-process-library/) (downloaded directly with git --recursive, no need to install)\n\n## Installation\nSee [installation guide](docs/install.md).\n\n## Documentation\nSee [how to build the API doc](docs/api.md).\n","funding_links":[],"categories":["TODO scan for Android support in followings","C++","Integrated Development Environment"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcppit%2Fjucipp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcppit%2Fjucipp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcppit%2Fjucipp/lists"}