Add Codeium (free code generation tool)

This commit is contained in:
aunch 2023-01-25 10:39:53 -08:00 committed by GitHub
parent 79f9a3871e
commit 2dedb071f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.