{"id":24200293,"url":"https://github.com/quentinguidee/cpp-ultimate","last_synced_at":"2025-09-21T23:32:43.030Z","repository":{"id":53111429,"uuid":"305816436","full_name":"quentinguidee/cpp-ultimate","owner":"quentinguidee","description":"C++ Ultimate is the extension you need for VSCode!","archived":false,"fork":false,"pushed_at":"2021-10-17T17:53:15.000Z","size":340,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-05T22:27:45.861Z","etag":null,"topics":["cpp","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=quentinguidee.cpp-ultimate","language":"TypeScript","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/quentinguidee.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-20T19:44:45.000Z","updated_at":"2021-10-17T17:53:18.000Z","dependencies_parsed_at":"2022-09-14T01:32:11.060Z","dependency_job_id":null,"html_url":"https://github.com/quentinguidee/cpp-ultimate","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quentinguidee%2Fcpp-ultimate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quentinguidee%2Fcpp-ultimate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quentinguidee%2Fcpp-ultimate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quentinguidee%2Fcpp-ultimate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quentinguidee","download_url":"https://codeload.github.com/quentinguidee/cpp-ultimate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233808543,"owners_count":18733595,"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":["cpp","vscode","vscode-extension"],"created_at":"2025-01-13T20:41:51.927Z","updated_at":"2025-09-21T23:32:37.693Z","avatar_url":"https://github.com/quentinguidee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg width=\"256\" height=\"256\" src=\"https://github.com/quentinguidee/CPP-Ultimate/raw/master/icon-1024.png\" /\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eC++ Ultimate\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca src=\"https://marketplace.visualstudio.com/items?itemName=quentinguidee.cpp-ultimate\u0026ssr=false#overview\"\u003e\u003cimg alt=\"Visual Studio Marketplace Version\" src=\"https://img.shields.io/visual-studio-marketplace/v/quentinguidee.cpp-ultimate?style=for-the-badge\u0026color=red\u0026logo=visual-studio-code\"\u003e\u003c/a\u003e\n\u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/quentinguidee/CPP-Ultimate?style=for-the-badge\u0026color=red\u0026logo=open-source-initiative\u0026logoColor=white\"\u003e\n\u003c/p\u003e\n\n---\n\nUltimate extensions are a group of extensions allowing faster coding in VSCode. C++ Ultimate allows to speed up the drafting of `C` and `C++` files.\n\n## Features\n\n- Language server (Clangd) running in background\n- C/C++ snippets from clangd and slightly improved (trailing space for keywords, remove hints...)\n- Constructor/destructor\n\n\u003cimg width=\"400\" alt=\"constructor and destructor autogen demo\" src=\"https://user-images.githubusercontent.com/12123721/136836986-eddf23d9-8d43-4420-970d-7f2206b8caca.gif\"\u003e\n\n- Getters/Setters\n\n\u003cimg width=\"400\" alt=\"getters and setters autogen demo\" src=\"https://user-images.githubusercontent.com/12123721/136836881-0a230d5c-8fe0-4c79-906e-74fb104dc331.gif\"\u003e\n\n- Switch between header/source\n- Create C++ class/header/source\n- Create CMakeLists.txt file\n- Create .clang-format with a gist template\n\n\u003cimg width=\"400\" alt=\"menus\" src=\"https://user-images.githubusercontent.com/12123721/134801001-94cbeb93-543e-449a-9bfd-7712c7762e4b.png\"\u003e\n\n## Extension Settings\n\nThis extension contributes the following settings:\n\n- `cpp-ultimate.hints-in-snippets`: Show hints in snippets. Disabled by default.\n- `cpp-ultimate.clang-format.gist-id`: Gist ID of your clang-format file. The file must be named .clang-format to work.\n- `cpp-ultimate.files.header-extension`: header extension (.h, .hxx, .hpp)\n- `cpp-ultimate.files.source-extension`: source extension (.c, .cxx, .cpp)\n\n## Recommended settings\n\nThose settings from VSCode can improve your typing experience with C++ Ultimate :\n\n```json\n{\n    \"editor.suggest.snippetsPreventQuickSuggestions\": false,\n}\n```\n\n## License\n\n- This extension is released under the [MIT License](./LICENSE.md).\n- Some parts of the code are inspired from [vscode-clangd](https://github.com/clangd/vscode-clangd), also released under the [MIT License](https://github.com/clangd/vscode-clangd/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquentinguidee%2Fcpp-ultimate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquentinguidee%2Fcpp-ultimate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquentinguidee%2Fcpp-ultimate/lists"}