summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-10-05 15:47:54 -0700
committerNate Sesti <sestinj@gmail.com>2023-10-05 15:47:54 -0700
commit412b9c12eb6eaa31f9fb099e1aeda736c8299c7f (patch)
treee10319370d11a72286ad2454b1c7e854c8adc7cb /docs
parent0647a43a24c50ff0e52f23c49d979bddfcfbcd87 (diff)
parent5451a277b758f8b6fcad54e812e110d6e728b220 (diff)
downloadsncontinue-412b9c12eb6eaa31f9fb099e1aeda736c8299c7f.tar.gz
sncontinue-412b9c12eb6eaa31f9fb099e1aeda736c8299c7f.tar.bz2
sncontinue-412b9c12eb6eaa31f9fb099e1aeda736c8299c7f.zip
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/how-continue-works.md8
-rw-r--r--docs/docs/intro.md2
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-cover-logo](/img/continue-cover-logo.png)
-**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.