diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/how-continue-works.md | 8 | ||||
| -rw-r--r-- | docs/docs/intro.md | 2 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/docs/docs/how-continue-works.md b/docs/docs/how-continue-works.md index 88665c9c..2d52ea67 100644 --- a/docs/docs/how-continue-works.md +++ b/docs/docs/how-continue-works.md @@ -19,11 +19,11 @@ Continue can be used as a VS Code extension.  You can install it from the Visual Studio Marketplace [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue).
 -<!-- ### JetBrains (Alpha)
 +### JetBrains (Alpha)
 -Continue can be used as a plugin inside of PyCharm, Intellij, WebStorm, etc.
 +Continue can be used as a plugin inside of Intellij, PyCharm, WebStorm, etc.
 -You can install it from the JetBrains Marketplace [here](https://continue.dev/). -->
 +You can install it from the JetBrains Marketplace [here](https://plugins.jetbrains.com/plugin/22707-continue-extension).
  ### Add Continue to a new IDE
 @@ -35,4 +35,4 @@ Here is how you can get started with adding Continue to a new IDE:  ## Running the server manually
 -If you would like to run the Continue server manually, rather than allowing the IDE to automatically set it up, you can follow the short tutorial for [Manually Running Continue](./walkthroughs/manually-run-continue.md).
 +If you would like to run the Continue server manually, rather than allowing the IDE to automatically set it up, you can follow the short tutorial for [Manually Running Continue](./walkthroughs/manually-run-continue.md).
\ No newline at end of file diff --git a/docs/docs/intro.md b/docs/docs/intro.md index dcd50151..a35cf944 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -2,7 +2,7 @@   -**Continue is the open-source autopilot for software development—a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=Continue.continue) that brings the power of ChatGPT to your IDE** +**Continue is the open-source autopilot for software development—an IDE extension that brings the power of ChatGPT to [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension)**  You determine when Large Language Models (LLMs) like [GPT-4](https://openai.com/research/gpt-4) and [Code Llama](https://about.fb.com/news/2023/08/code-llama-ai-for-coding/) should act as an autopilot, helping you complete software development tasks. You highlight some code and then use natural language instructions (and optional slash commands like `/edit`) to tell the LLM what to do. | 
