mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
chore(vscode-ide-companion): rm comment about claude
This commit is contained in:
@@ -16,10 +16,6 @@ interface CompletionMenuProps {
|
||||
selectedIndex?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
* Claude Code-like anchored dropdown rendered above the input field.
|
||||
* Keyboard: Up/Down to move, Enter to select, Esc to close.
|
||||
*/
|
||||
export const CompletionMenu: React.FC<CompletionMenuProps> = ({
|
||||
items,
|
||||
onSelect,
|
||||
|
||||
Reference in New Issue
Block a user