-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# VSC Codiumate | ||
# Codiumate | ||
|
||
**CodiumAI** analyzes your code and generates meaningful tests to catch bugs before you ship. With CodiumAI, you can easily and quickly create comprehensive test suites that help you ensure the reliability and correctness of your software. It supports all languages! |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,27 @@ | ||
# Introduction | ||
# Welcome to CodiumAI | ||
|
||
For full documentation visit [mkdocs.org](https://www.mkdocs.org). | ||
At CodiumAI, we’re creating a new code integrity paradigm with the power of artificial and human intelligence. Our vision is to enable developers to build faster with zero bugs. | ||
|
||
## Solutions | ||
|
||
* [PR-Agent](./alphcodium.md) - Create a new project. | ||
* [VSC Codiumate](./alphcodium.md) - Start the live-reloading docs server. | ||
* [JetBrains](./alphcodium.md) - Build the documentation site. | ||
* [AlphaCodium](./alphcodium.md) - Print help message and exit. | ||
|
||
## Codeblocks | ||
|
||
Some `code` goes here. | ||
|
||
### Plain codeblock | ||
|
||
A plain codeblock: | ||
|
||
``` | ||
Some code here | ||
def myfunction() | ||
// some comment | ||
``` | ||
|
||
#### Code for a specific language | ||
CodiumAI’s first tool is an IDE extension that interacts with the developer to generate meaningful tests and code explanations for busy devs.. | ||
|
||
Some more code with the `py` at the start: | ||
|
||
``` py | ||
import tensorflow as tf | ||
def whatever() | ||
``` | ||
|
||
#### With a title | ||
|
||
``` py title="bubble_sort.py" | ||
def bubble_sort(items): | ||
for i in range(len(items)): | ||
for j in range(len(items) - 1 - i): | ||
if items[j] > items[j + 1]: | ||
items[j], items[j + 1] = items[j + 1], items[j] | ||
``` | ||
|
||
#### With line numbers | ||
|
||
``` py linenums="1" | ||
def bubble_sort(items): | ||
for i in range(len(items)): | ||
for j in range(len(items) - 1 - i): | ||
if items[j] > items[j + 1]: | ||
items[j], items[j + 1] = items[j + 1], items[j] | ||
``` | ||
|
||
#### Highlighting lines | ||
|
||
``` py hl_lines="2 3" | ||
def bubble_sort(items): | ||
for i in range(len(items)): | ||
for j in range(len(items) - 1 - i): | ||
if items[j] > items[j + 1]: | ||
items[j], items[j + 1] = items[j + 1], items[j] | ||
``` | ||
## Solutions | ||
|
||
## Icons and Emojs | ||
* [PR-Agent](pragent/index.md) - Open-source tool to help efficiently review and handle pull requests. | ||
* [Codiumate](codiumate/index.md) - Analyze your code and generate meaningful tests to catch bugs before you ship. | ||
* [AlphaCodium](alphacodium/index.md) - Our on-prem model for code generation and integrity. | ||
|
||
:smile: | ||
## Supported IDEs | ||
|
||
:fontawesome-regular-face-laugh-wink: | ||
* [VSCode](https://www.codium.ai/install/vs-code/){:target="_blank"} | ||
* [IntelliJ](https://www.codium.ai/install/intellij/){:target="_blank"} | ||
* [WebStorm](https://www.codium.ai/install/webstorm/){:target="_blank"} | ||
* [CLion](https://www.codium.ai/install/clion/){:target="_blank"} | ||
* [PyCharm](https://www.codium.ai/install/pycharm/){:target="_blank"} | ||
|
||
:fontawesome-brands-twitter:{ .twitter } | ||
## Useful links | ||
|
||
:octicons-heart-fill-24:{ .heart } | ||
* [CodiumAI Website](https://www.codium.ai){:target="_blank"} | ||
* [Join Discord](https://discord.gg/SgSxuQ65GF){:target="_blank"} | ||
* [Blog](https://www.codium.ai/blog/){:target="_blank"} | ||
* [Useful resources](https://www.codium.ai/resources/){:target="_blank"} | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.