Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions extensions/intellij/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@

**[Source-controlled AI checks, enforceable in CI](https://docs.continue.dev)**

> **Note:** The JetBrains plugin is now community-maintained. We strongly recommend using the [Continue CLI](https://docs.continue.dev/cli/quick-start) instead. It works in any environment, it's where our active development is happening, and it's a better experience than we can reliably provide through the plugin right now. Run `cn` in your terminal alongside your IDE and you get the same agent capabilities, the same model access, and the same configuration, without depending on a plugin framework we can't give the attention it deserves.
> **Note:** The JetBrains plugin is now community-maintained. We strongly recommend using the [Continue CLI](https://docs.continue.dev/cli/quickstart) instead. It works in any environment, it's where our active development is happening, and it's a better experience than we can reliably provide through the plugin right now. Run `cn` in your terminal alongside your IDE and you get the same agent capabilities, the same model access, and the same configuration, without depending on a plugin framework we can't give the attention it deserves.

## JetBrains Agent

[Agent](https://docs.continue.dev/features/agent/quick-start) to work on development tasks together with AI
[Agent](https://docs.continue.dev/ide-extensions/agent/quick-start) to work on development tasks together with AI

## JetBrains Chat

[Chat](https://docs.continue.dev/features/chat/quick-start) to ask general questions and clarify code sections
[Chat](https://docs.continue.dev/ide-extensions/chat/quick-start) to ask general questions and clarify code sections

## JetBrains Edit

[Edit](https://docs.continue.dev/features/edit/quick-start) to modify a code section without leaving your current file
[Edit](https://docs.continue.dev/ide-extensions/edit/quick-start) to modify a code section without leaving your current file

## JetBrains Autocomplete

[Autocomplete](https://docs.continue.dev/features/autocomplete/quick-start) to receive inline code suggestions as you type
[Autocomplete](https://docs.continue.dev/ide-extensions/autocomplete/quick-start) to receive inline code suggestions as you type

</div>

Expand Down
8 changes: 4 additions & 4 deletions extensions/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@

## VS Code Agent

[Agent](https://docs.continue.dev/features/agent/quick-start) to work on development tasks together with AI
[Agent](https://docs.continue.dev/ide-extensions/agent/quick-start) to work on development tasks together with AI

![agent](docs/images/agent.gif)

## VS Code Chat

[Chat](https://docs.continue.dev/features/chat/quick-start) to ask general questions and clarify code sections
[Chat](https://docs.continue.dev/ide-extensions/chat/quick-start) to ask general questions and clarify code sections

![chat](docs/images/chat.gif)

## VS Code Edit

[Edit](https://docs.continue.dev/features/edit/quick-start) to modify a code section without leaving your current file
[Edit](https://docs.continue.dev/ide-extensions/edit/quick-start) to modify a code section without leaving your current file

![edit](docs/images/edit.gif)

## VS Code Autocomplete

[Autocomplete](https://docs.continue.dev/features/autocomplete/quick-start) to receive inline code suggestions as you type
[Autocomplete](https://docs.continue.dev/ide-extensions/autocomplete/quick-start) to receive inline code suggestions as you type

![autocomplete](docs/images/autocomplete.gif)

Expand Down
Loading