Watermelon for Visual Studio Code
Watermelon is an Open Source Copilot For Code Review. Our GitHub application allows developers to pre-review GitHub Pull Requests by tracing their code context and performing static code analysis. Using LLMs to detect errors, compare intent to implementation, and give the PR a first health check.
We've built a search algorithm that indexes the most relevant code context for a given block of code.
To obtain code context in your IDE, use this extension.
To obtain code context in your CI/CD, take a look at our GitHub Application
Integrations
We currently support the following integrations
Watermelon Product | Git | Project Management | Messaging | Documentation |
---|---|---|---|---|
IntelliJ | GitHub, GitLab (Beta), Bitbucket (Beta) | Jira | Slack | Notion, Confluence |
VS Code | GitHub, GitLab (Beta), Bitbucket (Beta) | Jira | Slack | |
GitHub App | GitHub. | Jira, Linear | Slack | Notion, Confluence |
Features
Watermelon's VS Code extension allows you to obtain business context for a file or…