Qodo IDE plugin, formerly Qodo Gen, brings local code review workflows to JetBrains and VS Code as part of the Qodo Platform.
Set inline context
1
Type @ in the chatbox.
A dropdown menu containing all referencing options will open.
2
Select relevant component:
The dropdown menu provides a list of code components that can be referenced. These include:
- Folders
- Files
- Classes
- Functions
- Methods
- Repository tags
- Git Diff
- You can tag your local changes, branch changes and more
3
Type and select
Start typing the name of the component you’re looking for until it shows in the dropdown menu. You can then select it either by using the arrow keys or clicking on it.
Keyboard shortcut
You can add code snippets as context using a keyboard shortcut.- VSCode:
- macOS:
CMD+Shift+E - Windows:
CTRL+Shift+E
- macOS:
- JetBrains IDEs:
- macOS:
CMD+ALT+, - Windows:
CTRL+ALT+,
- macOS:
Example usage
In the chatbox, type@ to quickly reference the sayHello function or the user variable.