Code Completion Tools: Difference between revisions
Created page with "List of code completion tools * [https://github.com/features/copilot Github Copilot] - $10/mo for individuals, $19/mo for businesses, free for students * [https://aws.amazon.com/codewhisperer/ Amazon CodeWhisperer] - free for individuals, $19/mo for businesses * [https://codeium.com/ Codeium] - free for individuals, $12/mo for businesses" |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
List of code completion tools | List of code completion tools | ||
==Hosted== | |||
* [https://github.com/features/copilot Github Copilot] - $10/mo for individuals, $19/mo for businesses, free for students | * [https://github.com/features/copilot Github Copilot] - $10/mo for individuals, $19/mo for businesses, free for students | ||
* [https://aws.amazon.com/codewhisperer/ Amazon CodeWhisperer] - free for individuals, $19/mo for businesses | * [https://aws.amazon.com/codewhisperer/ Amazon CodeWhisperer] - free for individuals, $19/mo for businesses | ||
* [https://codeium.com/ Codeium] - free for individuals, $12/mo for businesses | * [https://codeium.com/ Codeium] - free for individuals, $12/mo for businesses | ||
==Local== | |||
* [https://continue.dev/ Continue] - VS code extension which supports local and commercial LLMs. | |||
===Servers=== | |||
Continue works with an LLM processing server. | |||
* https://ollama.com/ | |||
Models | |||
* [https://ai.meta.com/blog/code-llama-large-language-model-coding/ Code Llama] | |||
* [https://github.com/ibm-granite/granite-code-models IBM Granite] |
Latest revision as of 16:31, 8 May 2024
List of code completion tools
Hosted
- Github Copilot - $10/mo for individuals, $19/mo for businesses, free for students
- Amazon CodeWhisperer - free for individuals, $19/mo for businesses
- Codeium - free for individuals, $12/mo for businesses
Local
- Continue - VS code extension which supports local and commercial LLMs.
Servers
Continue works with an LLM processing server.
Models