AI-powered interactive code review tool that generates smart context and launches Aider for real-time code analysis and improvements.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "key": "ctrl+\\ shift+l", | |
| "command": "workbench.action.nextEditor", | |
| "when": "terminalFocus" | |
| }, | |
| { | |
| "key": "ctrl+\\ shift+h", | |
| "command": "workbench.action.previousEditor", | |
| "when": "terminalFocus" |