Inline Context
Last updated
Was this helpful?
Last updated
Was this helpful?
Think of Context like the brain of Qodo Gen Chat.
The Context is what Qodo Gen's AI models know about your code and what they use to give the best, most accurate response.
Adding more context will give more accurate and relevant responses, so choosing context is an important part of using Chat to your advantage.
Use Inline Context to get dynamic, quick access to relevant code components and use them within your Qodo Gen Chat queries with ease, improving efficiency and relevance.
Type @
in the chatbox. A dropdown menu containing all referencing options will open.
Select relevant component: The dropdown menu provides a list of code components that can be referenced. These include:
Folders
Files
Classes
Functions
Methods
Type and Choose: Start typing the name of the component you’re looking for until it shows in the dropdown menu. You can then choose it either by using the arrow keys or clicking on it.
Inline Context automatically suggests the current file and its symbols, ensuring that the most relevant code components are readily accessible.
In the chatbox, typing @
would allow users to quickly reference the sayHello
function or the user
variable.