diff --git a/README.md b/README.md index c508cfb5..b4db0588 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ This list is the result of Pull Requests, reviews, ideas and work done by 1100+ * [CDN and Protection](#cdn-and-protection) * [CI and CD](#ci-and-cd) * [CMS](#cms) + * [Code Generation](#code-generation) * [Code Quality](#code-quality) * [Code Search and Browsing](#code-search-and-browsing) * [Crash and Exception Handling](#crash-and-exception-handling) @@ -448,6 +449,12 @@ This list is the result of Pull Requests, reviews, ideas and work done by 1100+ **[⬆ back to top](#table-of-contents)** +## Code Generation + + * [Codeium](https://www.codeium.com/) — Codeium is the modern coding superpower, a free AI-powered code completion tool. It supports over 20+ programming languages (Python, JavaScript, Java, TypeScript, PHP, C/C++, Go, etc) and integrates with your favorite IDEs (VSCode, JetBrains, Vim/Neovim, Jupyter, Colab, etc), with lightning fast speeds and state-of-the-art suggestion quality. + +**[⬆ back to top](#table-of-contents)** + ## Code Quality * [SoftaCheck](https://www.softacheck.com/) — An online tool that performs static analysis for C/C++ code using open source tools such as cppcheck and clang-tidy and automatically generates code documentation for users using doxygen. This tool is free for use.