diff --git a/docs/cody/capabilities/autocomplete.mdx b/docs/cody/capabilities/autocomplete.mdx index b0451fcd5..22d16e674 100644 --- a/docs/cody/capabilities/autocomplete.mdx +++ b/docs/cody/capabilities/autocomplete.mdx @@ -19,7 +19,7 @@ The autocompletion model is designed to enhance speed, accuracy, and the overall First, you'll need the following setup: - A Free or Pro account via Sourcegraph.com or a Sourcegraph Enterprise instance -- A supported editor extension (VS Code, JetBrains, Visual Studio, Eclipse) +- A supported editor extension (VS Code, JetBrains, Visual Studio) The autocomplete feature is enabled by default on all IDE extensions, i.e., VS Code and JetBrains. Generally, there's a checkbox in the extension settings that confirms whether the autocomplete feature is enabled or not. In addition, some autocomplete settings are optionally and explicitly supported by some IDEs. For example, JetBrains IDEs have settings that allow you to customize colors and styles of the autocomplete suggestions. diff --git a/docs/cody/capabilities/chat.mdx b/docs/cody/capabilities/chat.mdx index a35702297..05a37054d 100644 --- a/docs/cody/capabilities/chat.mdx +++ b/docs/cody/capabilities/chat.mdx @@ -6,7 +6,7 @@ You can **chat** with Cody to ask questions about your code, generate code, and edit code. By default, Cody has the context of your open file and entire repository, and you can use `@` to add context for specific files, symbols, remote repositories, or other non-code artifacts. -You can do it from the **chat** panel of the supported editor extensions ([VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), [Visual Studio](/cody/clients/install-visual-studio), [Eclispe](/cody/clients/install-eclipse)) or in the [web](/cody/clients/cody-with-sourcegraph) app. +You can do it from the **chat** panel of the supported editor extensions ([VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), [Visual Studio](/cody/clients/install-visual-studio)) or in the [web](/cody/clients/cody-with-sourcegraph) app. ## Prerequisites diff --git a/docs/cody/clients/cody-with-sourcegraph.mdx b/docs/cody/clients/cody-with-sourcegraph.mdx index 318d8c036..457089318 100644 --- a/docs/cody/clients/cody-with-sourcegraph.mdx +++ b/docs/cody/clients/cody-with-sourcegraph.mdx @@ -2,7 +2,7 @@

Learn how to use Cody in the web interface with your Sourcegraph.com instance.

-In addition to the Cody extensions for [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), [Visual Studio](/cody/clients/install-visual-studio ), and [Eclispe](/cody/clients/install-eclipse) IDEs, Cody is also available in the Sourcegraph web app. Community users can use Cody for free by logging into their accounts on Sourcegraph.com, and enterprise users can use Cody within their Sourcegraph instance. +In addition to the Cody extensions for [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), and [Visual Studio](/cody/clients/install-visual-studio ) IDEs, Cody is also available in the Sourcegraph web app. Community users can use Cody for free by logging into their accounts on Sourcegraph.com, and enterprise users can use Cody within their Sourcegraph instance. diff --git a/docs/cody/clients/feature-reference.mdx b/docs/cody/clients/feature-reference.mdx index f4996f351..3c1e532ee 100644 --- a/docs/cody/clients/feature-reference.mdx +++ b/docs/cody/clients/feature-reference.mdx @@ -4,25 +4,25 @@ ## Chat -| **Feature** | **VS Code** | **JetBrains** | **Visual Studio** | **Eclipse** | **Web** | **CLI** | -| ---------------------------------------- | ----------- | ------------- | ----------------- | ----------- | -------------------- | ------- | -| Chat | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| Chat history | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| Clear chat history | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| Edit sent messages | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| SmartApply/Execute | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| Show context files | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| @-file | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| @-symbol | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ | -| LLM Selection | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| **Context Selection** | | | | | | | -| Single-repo context | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| Multi-repo context | ❌ | ❌ | ❌ | ❌ | ✅ (public code only) | ❌ | -| Local context | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | -| OpenCtx context providers (experimental) | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| **Prompts** | | | | | | | -| Access to prompts and Prompt library | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| Promoted Prompts | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | +| **Feature** | **VS Code** | **JetBrains** | **Visual Studio** | **Web** | **CLI** | +| ---------------------------------------- | ----------- | ------------- | ----------------- | -------------------- | ------- | +| Chat | ✅ | ✅ | ✅ | ✅ | ✅ | +| Chat history | ✅ | ✅ | ✅ | ✅ | ❌ | +| Clear chat history | ✅ | ✅ | ✅ | ✅ | ❌ | +| Edit sent messages | ✅ | ✅ | ✅ | ✅ | ❌ | +| SmartApply/Execute | ✅ | ❌ | ❌ | ❌ | ❌ | +| Show context files | ✅ | ✅ | ✅ | ✅ | ❌ | +| @-file | ✅ | ✅ | ✅ | ✅ | ❌ | +| @-symbol | ✅ | ❌ | ✅ | ✅ | ❌ | +| LLM Selection | ✅ | ✅ | ✅ | ✅ | ❌ | +| **Context Selection** | | | | | | +| Single-repo context | ✅ | ✅ | ✅ | ✅ | ❌ | +| Multi-repo context | ❌ | ❌ | ❌ | ✅ (public code only) | ❌ | +| Local context | ✅ | ✅ | ✅ | ❌ | ✅ | +| OpenCtx context providers (experimental) | ✅ | ❌ | ❌ | ❌ | ❌ | +| **Prompts** | | | | | | +| Access to prompts and Prompt library | ✅ | ✅ | ✅ | ✅ | ❌ | +| Promoted Prompts | ✅ | ❌ | ❌ | ✅ | ❌ | ## Code Autocomplete diff --git a/docs/cody/clients/index.mdx b/docs/cody/clients/index.mdx index 9d2b3cc2e..c90372f3a 100644 --- a/docs/cody/clients/index.mdx +++ b/docs/cody/clients/index.mdx @@ -6,7 +6,6 @@ - diff --git a/docs/cody/index.mdx b/docs/cody/index.mdx index 311a41825..0177e2ec0 100644 --- a/docs/cody/index.mdx +++ b/docs/cody/index.mdx @@ -3,7 +3,7 @@ Supported on all [Sourcegraph plans](https://about.sourcegraph.com/pricing). - Available on VS Code, JetBrains, Visual Studio, Eclipse and the Web. + Available on VS Code, JetBrains, Visual Studio, and the Web. @@ -13,7 +13,7 @@ Cody is an AI coding assistant that uses all the latest LLMs and your developmen -Cody connects seamlessly with codehosts like [GitHub](https://github.com/login?client_id=e917b2b7fa9040e1edd4), [GitLab](https://gitlab.com/users/sign_in) and IDEs like [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), [Visual Studio](/cody/clients/install-visual-studio), and [Eclipse](/cody/clients/install-eclipse). Once connected, Cody acts as your personal AI coding assistant, equipped with the following capabilities: +Cody connects seamlessly with codehosts like [GitHub](https://github.com/login?client_id=e917b2b7fa9040e1edd4), [GitLab](https://gitlab.com/users/sign_in) and IDEs like [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), and [Visual Studio](/cody/clients/install-visual-studio). Once connected, Cody acts as your personal AI coding assistant, equipped with the following capabilities: 1. Developer chat with the most powerful models and context 2. Code completions, code edits, and customizable prompts @@ -27,7 +27,6 @@ You can start using Cody with one of the following options: - diff --git a/docs/cody/troubleshooting.mdx b/docs/cody/troubleshooting.mdx index 52f681d80..18cb72d6c 100644 --- a/docs/cody/troubleshooting.mdx +++ b/docs/cody/troubleshooting.mdx @@ -242,7 +242,7 @@ $filteredResults = preg_grep('*\.' . basename($inputPath) . '\.*', $fileList); If you would like to add a forked repository as Cody context, you may need to add `"search.includeForks": true` to the [global settings](/admin/config/settings#editing-global-settings-for-site-admins) for your instance. -## Eclipse extension +{/* ## Eclipse extension ### See a white screen the first time you open Cody chat @@ -264,7 +264,7 @@ You can open the Cody Log view using the same steps as above, but instead, selec This will include more information about what Cody is doing, including any errors. There is a copy button at the top right of the log view that you can use to copy the log to your clipboard and send it to us. Be careful not to include any sensitive information, as the log communication is verbose and may contain tokens. -Additionally, Eclipse's built-in Error Log can be used to view any uncaught exceptions and their stack traces. You can open the Error Log using the **Window > Show View > Error Log** menu. +Additionally, Eclipse's built-in Error Log can be used to view any uncaught exceptions and their stack traces. You can open the Error Log using the **Window > Show View > Error Log** menu. */} ## OpenAI o1 diff --git a/docs/pricing/free.mdx b/docs/pricing/free.mdx index 5b91c729d..35186d398 100644 --- a/docs/pricing/free.mdx +++ b/docs/pricing/free.mdx @@ -10,7 +10,7 @@ The Free plan includes the following features: | **AI features** | **Compatibility** | **Deployment** | **Admin/Security** | **Support** | | ----------------------------------------------------------------------------- | --------------------------------------------------- | ------------------ | ------------------------------------------ | ---------------------- | -| Reasonable use autocomplete limits | VS Code, JetBrains IDEs, Visual Studio, and Eclipse | Multi-tenant Cloud | SSO/SAML with basic GitHub, GitLab, Google | Community support only | +| Reasonable use autocomplete limits | VS Code, JetBrains IDEs, and Visual Studio | Multi-tenant Cloud | SSO/SAML with basic GitHub, GitLab, Google | Community support only | | Reasonable use chat messages and prompts per month | All popular coding languages | - | - | - | | Multiple LLM selection (Claude 3.5 Sonnet, Gemini 1.5 Pro and Flash) | Natural language search | - | - | - | @@ -29,7 +29,7 @@ The Enterprise Starter plan provides extended usage limits and advanced features | **AI features** | - Autocompletions
- 200 chat messages and prompts per month
- Multiple LLM choices for chat | - Code autocomplete and chat
- More powerful LLMs for chat (GPT-4o, Claude 3 Opus)
- Integrated search results | | **Code Search features** | N/A | - Code Search
- Symbol Search | | **Deployment types** | - Multi-tenant Coud | - Multi-tenant Cloud
- Private Workspace
- Privately indexed code (100 repos) | -| **Compatibility** | - VS Code, JetBrains IDEs, Visual Studio, and Eclipse
- All popular coding languages
Natural language search
- All major code hosts | - VS Code, JetBrains IDEs, Visual Studio, and Eclipse
- All popular coding languages
Natural language search
- Code hosted on GitHub | +| **Compatibility** | - VS Code, JetBrains IDEs, and Visual Studio
- All popular coding languages
Natural language search
- All major code hosts | - VS Code, JetBrains IDEs, and Visual Studio
- All popular coding languages
Natural language search
- Code hosted on GitHub | | **Support** | - Community support only | - 9x5 Support | ## Moving to Enterprise Starter plan diff --git a/src/data/navigation.ts b/src/data/navigation.ts index 7af69aad0..988da74a9 100644 --- a/src/data/navigation.ts +++ b/src/data/navigation.ts @@ -37,7 +37,7 @@ export const navigation: NavigationItem[] = [ { title: "Cody for VS Code", href: "/cody/clients/install-vscode", }, { title: "Cody for JetBrains", href: "/cody/clients/install-jetbrains", }, { title: "Cody for Visual Studio", href: "/cody/clients/install-visual-studio", }, - { title: "Cody for Eclipse", href: "/cody/clients/install-eclipse", }, + // { title: "Cody for Eclipse", href: "/cody/clients/install-eclipse", }, { title: "Cody for Web", href: "/cody/clients/cody-with-sourcegraph", }, ] }, @@ -55,10 +55,10 @@ export const navigation: NavigationItem[] = [ subsections: [ { title: "Chat", href: "/cody/capabilities/chat", }, { title: "Query Types", href: "/cody/capabilities/query-types", }, - { title: "Agentic chat", href: "/cody/capabilities/agentic-chat", }, + { title: "Agentic chat", href: "/cody/capabilities/agentic-chat", }, { title: "Autocomplete", href: "/cody/capabilities/autocomplete", }, - { title: "Auto-edit", href: "/cody/capabilities/auto-edit", }, - { title: "Prompts", href: "/cody/capabilities/prompts", }, + { title: "Auto-edit", href: "/cody/capabilities/auto-edit", }, + { title: "Prompts", href: "/cody/capabilities/prompts", }, { title: "OpenCtx", href: "/cody/capabilities/openctx", }, { title: "Debug Code", href: "/cody/capabilities/debug-code", }, { title: "Context Filters", href: "/cody/capabilities/ignore-context", }, diff --git a/src/data/redirects.ts b/src/data/redirects.ts index eeddb73bf..bacc95b61 100644 --- a/src/data/redirects.ts +++ b/src/data/redirects.ts @@ -6731,6 +6731,13 @@ const redirectsData = [ permanent: true }, + //Eclispe redirects + { + source: "/cody/clients/install-eclipse", + destination: "/cody/clients", + permanent: true + }, + ];