Skip to content

Commit 0b12fd6

Browse files
authored
1 parent bc660db commit 0b12fd6

File tree

10 files changed

+39
-34
lines changed

10 files changed

+39
-34
lines changed

docs/cody/capabilities/autocomplete.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The autocompletion model is designed to enhance speed, accuracy, and the overall
1919
First, you'll need the following setup:
2020

2121
- A Free or Pro account via Sourcegraph.com or a Sourcegraph Enterprise instance
22-
- A supported editor extension (VS Code, JetBrains, Visual Studio, Eclipse)
22+
- A supported editor extension (VS Code, JetBrains, Visual Studio)
2323

2424
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.
2525

docs/cody/capabilities/chat.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Tab title="Free/Pro">
77
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.
88

9-
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.
9+
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.
1010

1111
## Prerequisites
1212

docs/cody/clients/cody-with-sourcegraph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p className="subtitle">Learn how to use Cody in the web interface with your Sourcegraph.com instance.</p>
44

5-
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.
5+
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.
66

77
<LinkCards>
88
<LinkCard href="https://sourcegraph.com/cody/chat" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/new-chat-icon.svg" imgAlt="Cody for Web" title="Cody for Web" description="Use Cody in the Sourcegraph Web App." />

docs/cody/clients/feature-reference.mdx

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44

55
## Chat
66

7-
| **Feature** | **VS Code** | **JetBrains** | **Visual Studio** | **Eclipse** | **Web** | **CLI** |
8-
| ---------------------------------------- | ----------- | ------------- | ----------------- | ----------- | -------------------- | ------- |
9-
| Chat ||||| ||
10-
| Chat history ||||| ||
11-
| Clear chat history ||||| ||
12-
| Edit sent messages ||||| ||
13-
| SmartApply/Execute ||||| ||
14-
| Show context files ||||| ||
15-
| @-file ||||| ||
16-
| @-symbol ||||| ||
17-
| LLM Selection ||||| ||
18-
| **Context Selection** | | | | | | |
19-
| Single-repo context ||||| ||
20-
| Multi-repo context |||| | ✅ (public code only) ||
21-
| Local context |||| | ||
22-
| OpenCtx context providers (experimental) ||||| ||
23-
| **Prompts** | | | | | | |
24-
| Access to prompts and Prompt library ||||| ||
25-
| Promoted Prompts |||| | ||
7+
| **Feature** | **VS Code** | **JetBrains** | **Visual Studio** | **Web** | **CLI** |
8+
| ---------------------------------------- | ----------- | ------------- | ----------------- | -------------------- | ------- |
9+
| Chat ||||||
10+
| Chat history ||||||
11+
| Clear chat history ||||||
12+
| Edit sent messages ||||||
13+
| SmartApply/Execute ||||||
14+
| Show context files ||||||
15+
| @-file ||||||
16+
| @-symbol ||||||
17+
| LLM Selection ||||||
18+
| **Context Selection** | | | | | |
19+
| Single-repo context ||||||
20+
| Multi-repo context |||| ✅ (public code only) ||
21+
| Local context ||||||
22+
| OpenCtx context providers (experimental) ||||||
23+
| **Prompts** | | | | | |
24+
| Access to prompts and Prompt library ||||||
25+
| Promoted Prompts ||||||
2626

2727
## Code Autocomplete
2828

docs/cody/clients/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<ProductCard href="/cody/clients/install-vscode" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/vscode.svg" imgAlt="VS Code" title="Cody for VS Code" description="Install Cody's free extension for VS Code. " />
77
<ProductCard href="/cody/clients/install-jetbrains" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/jb_beam.svg" imgAlt="JetBrains" title="Cody for JetBrains" description="Install Cody's free extension for JetBrains." />
88
<ProductCard href="/cody/clients/install-visual-studio" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/visual-studio-Product-Icon.svg" imgAlt="Visual Studio" title="Cody for Visual Studio (Experimental)" description="Install Cody's free extension for Visual Studio." />
9-
<ProductCard href="/cody/clients/install-eclipse" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/eclipse.svg" imgAlt="Eclipse" title="Cody for Eclipse (Experimental)" description="Install Cody's free extension for Eclipse." />
109
<ProductCard href="/cody/clients/cody-with-sourcegraph" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/new-chat-icon.svg" imgAlt="Cody Web" title="Cody for Web" description="Use Cody in the Sourcegraph web app." />
1110
<ProductCard href="/cody/clients/install-cli" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/command-line-blue.svg" imgAlt="Cody CLI" title="Cody CLI" description="Run Cody from the command line." />
1211
<ProductCard href="/cody/clients/enable-cody-enterprise" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Cody Enterprise" title="Cody Enterprise" description="Get in touch with our team to try Cody for Sourcegraph Enterprise." />

docs/cody/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TierCallout>
44
Supported on all [Sourcegraph plans](https://about.sourcegraph.com/pricing).
55
<user>
6-
Available on VS Code, JetBrains, Visual Studio, Eclipse and the Web.
6+
Available on VS Code, JetBrains, Visual Studio, and the Web.
77
</user>
88
</TierCallout>
99

@@ -13,7 +13,7 @@ Cody is an AI coding assistant that uses all the latest LLMs and your developmen
1313
<source src="https://storage.googleapis.com/sourcegraph-assets/Docs/Media/cody-in-action-102024.mp4" type="video/mp4"/>
1414
</video>
1515

16-
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:
16+
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:
1717

1818
1. Developer chat with the most powerful models and context
1919
2. Code completions, code edits, and customizable prompts
@@ -27,7 +27,6 @@ You can start using Cody with one of the following options:
2727
<ProductCard href="/cody/clients/install-vscode" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/vscode.svg" imgAlt="VS Code" title="Cody for VS Code" description="Install Cody's free extension for VS Code. " />
2828
<ProductCard href="/cody/clients/install-jetbrains" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/jb_beam.svg" imgAlt="JetBrains" title="Cody for JetBrains" description="Install Cody's free extension for JetBrains." />
2929
<ProductCard href="/cody/clients/install-visual-studio" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/visual-studio-Product-Icon.svg" imgAlt="Visual Studio" title="Cody for Visual Studio (Experimental)" description="Install Cody's free extension for Visual Studio." />
30-
<ProductCard href="/cody/clients/install-eclipse" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/eclipse.svg" imgAlt="Eclipse" title="Cody for Eclipse (Experimental)" description="Install Cody's free extension for Eclipse." />
3130
<ProductCard href="/cody/clients/cody-with-sourcegraph" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/new-chat-icon.svg" imgAlt="Cody Web" title="Cody for Web" description="Use Cody in the Sourcegraph web app." />
3231
<ProductCard href="/cody/clients/install-cli" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/command-line-blue.svg" imgAlt="Cody CLI" title="Cody CLI" description="Run Cody from the command line." />
3332
<ProductCard href="/cody/clients/enable-cody-enterprise" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Cody Enterprise" title="Cody Enterprise" description="Get in touch with our team to try Cody for Sourcegraph Enterprise." />

docs/cody/troubleshooting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ $filteredResults = preg_grep('*\.' . basename($inputPath) . '\.*', $fileList);
242242

243243
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.
244244

245-
## Eclipse extension
245+
{/* ## Eclipse extension
246246
247247
### See a white screen the first time you open Cody chat
248248
@@ -264,7 +264,7 @@ You can open the Cody Log view using the same steps as above, but instead, selec
264264
265265
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.
266266
267-
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.
267+
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. */}
268268

269269
## OpenAI o1
270270

docs/pricing/free.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Free plan includes the following features:
1010

1111
| **AI features** | **Compatibility** | **Deployment** | **Admin/Security** | **Support** |
1212
| ----------------------------------------------------------------------------- | --------------------------------------------------- | ------------------ | ------------------------------------------ | ---------------------- |
13-
| 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 |
13+
| Reasonable use autocomplete limits | VS Code, JetBrains IDEs, and Visual Studio | Multi-tenant Cloud | SSO/SAML with basic GitHub, GitLab, Google | Community support only |
1414
| Reasonable use chat messages and prompts per month | All popular coding languages | - | - | - |
1515
| Multiple LLM selection (Claude 3.5 Sonnet, Gemini 1.5 Pro and Flash) | Natural language search | - | - | - |
1616

@@ -29,7 +29,7 @@ The Enterprise Starter plan provides extended usage limits and advanced features
2929
| **AI features** | - Autocompletions <br /> - 200 chat messages and prompts per month <br /> - Multiple LLM choices for chat | - Code autocomplete and chat <br /> - More powerful LLMs for chat (GPT-4o, Claude 3 Opus) <br /> - Integrated search results |
3030
| **Code Search features** | N/A | - Code Search <br /> - Symbol Search |
3131
| **Deployment types** | - Multi-tenant Coud | - Multi-tenant Cloud <br /> - Private Workspace <br /> - Privately indexed code (100 repos) |
32-
| **Compatibility** | - VS Code, JetBrains IDEs, Visual Studio, and Eclipse <br /> - All popular coding languages <br /> Natural language search <br /> - All major code hosts | - VS Code, JetBrains IDEs, Visual Studio, and Eclipse <br /> - All popular coding languages <br /> Natural language search <br /> - Code hosted on GitHub |
32+
| **Compatibility** | - VS Code, JetBrains IDEs, and Visual Studio <br /> - All popular coding languages <br /> Natural language search <br /> - All major code hosts | - VS Code, JetBrains IDEs, and Visual Studio <br /> - All popular coding languages <br /> Natural language search <br /> - Code hosted on GitHub |
3333
| **Support** | - Community support only | - 9x5 Support |
3434

3535
## Moving to Enterprise Starter plan

src/data/navigation.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const navigation: NavigationItem[] = [
3737
{ title: "Cody for VS Code", href: "/cody/clients/install-vscode", },
3838
{ title: "Cody for JetBrains", href: "/cody/clients/install-jetbrains", },
3939
{ title: "Cody for Visual Studio", href: "/cody/clients/install-visual-studio", },
40-
{ title: "Cody for Eclipse", href: "/cody/clients/install-eclipse", },
40+
// { title: "Cody for Eclipse", href: "/cody/clients/install-eclipse", },
4141
{ title: "Cody for Web", href: "/cody/clients/cody-with-sourcegraph", },
4242
]
4343
},
@@ -55,10 +55,10 @@ export const navigation: NavigationItem[] = [
5555
subsections: [
5656
{ title: "Chat", href: "/cody/capabilities/chat", },
5757
{ title: "Query Types", href: "/cody/capabilities/query-types", },
58-
{ title: "Agentic chat", href: "/cody/capabilities/agentic-chat", },
58+
{ title: "Agentic chat", href: "/cody/capabilities/agentic-chat", },
5959
{ title: "Autocomplete", href: "/cody/capabilities/autocomplete", },
60-
{ title: "Auto-edit", href: "/cody/capabilities/auto-edit", },
61-
{ title: "Prompts", href: "/cody/capabilities/prompts", },
60+
{ title: "Auto-edit", href: "/cody/capabilities/auto-edit", },
61+
{ title: "Prompts", href: "/cody/capabilities/prompts", },
6262
{ title: "OpenCtx", href: "/cody/capabilities/openctx", },
6363
{ title: "Debug Code", href: "/cody/capabilities/debug-code", },
6464
{ title: "Context Filters", href: "/cody/capabilities/ignore-context", },

src/data/redirects.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6731,6 +6731,13 @@ const redirectsData = [
67316731
permanent: true
67326732
},
67336733

6734+
//Eclispe redirects
6735+
{
6736+
source: "/cody/clients/install-eclipse",
6737+
destination: "/cody/clients",
6738+
permanent: true
6739+
},
6740+
67346741

67356742
];
67366743

0 commit comments

Comments
 (0)