diff options
author | Ty Dunn <ty@tydunn.com> | 2023-10-05 15:03:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 15:03:12 -0700 |
commit | 5451a277b758f8b6fcad54e812e110d6e728b220 (patch) | |
tree | a044101962ecb124c5f1e5004ad43a5eb6c554f0 /docs | |
parent | 563336d5ca7d92c829ba522ef24ab7f4eeb2719d (diff) | |
download | sncontinue-5451a277b758f8b6fcad54e812e110d6e728b220.tar.gz sncontinue-5451a277b758f8b6fcad54e812e110d6e728b220.tar.bz2 sncontinue-5451a277b758f8b6fcad54e812e110d6e728b220.zip |
adding refs to jetbrains (#520)
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-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. |