You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,6 +74,7 @@ Cody provides intelligent code suggestions and context-aware autocompletion for
74
74
functionbubbleSort(array){
75
75
}
76
76
```
77
+
77
78
- As you start typing, Cody will automatically provide suggestions and context-aware completions based on your coding patterns and the code context
78
79
- These autocomplete suggestions appear as grayed text. To accept the suggestion, press the `Tab` key
79
80
@@ -89,7 +90,7 @@ The chat interface is designed intuitively. Your very first chat input lives at
89
90
90
91
Since your first message to Cody anchors the conversation, you can return to the top chat box anytime, edit your prompt, or rerun it using a different LLM model.
<Callouttype="info"> Users must be on JetBrains v2023.2 and Cody plugin v7.0.0 or above to get the new and improved chat UI.</Callout>
95
96
@@ -132,7 +133,7 @@ You can read more about context limits when selecting context [here](/cody/core-
132
133
133
134
When you start a new Cody chat, the input window opens with default `@-mention` context chips for all the context it intends to use. This context is based on your current repository and current file (or a file selection if you have code highlighted).
At any point in time, you can edit these context chips, add additional context chips, or remove them completely if you do not want to use these as context. Any chat without a context chip will instruct Cody to use no codebase context. However, you can always provide an alternate `@-mention` file to let Cody use it as a new context source.
138
139
@@ -146,7 +147,7 @@ If Cody's answer isn't helpful, you can try asking again with a different contex
146
147
-**Current file only**: Rerun the prompt using just the current file as context.
147
148
-**Add context**: Provides @-mention context options to improve the response by explicitly including files, remote repositories, or web pages (URL).
0 commit comments