Week 8 of 12 💻
การเชื่อมต่อ IDE และเดสก์ท็อป
IDE 集成与桌面版
Click a card to flip it. คลิกการ์ดเพื่อพลิก 点击卡片翻面。
What shortcut toggles Claude in VS Code?
คีย์ลัดอะไรสลับ Claude ใน VS Code?
哪个快捷键可以在 VS Code 里切换 Claude?
Which is correct?
ข้อใดถูกต้อง?
哪一个是正确的?
What does @-mention do in Claude?
@-mention ทำอะไรใน Claude?
@-mention 在 Claude 里有什么作用?
How to do it
Ctrl+Shift+X (Windows) or Cmd+Shift+X (Mac).How to do it
Cmd+Esc (Mac) / Ctrl+Esc (Windows).How to do it
@ in the panel — a picker of files and symbols appears.@src/utils.js.How to do it
How to do it
/keybindings to open the shortcut editor.~/.claude/keybindings.json directly.Step by step
Ctrl/Cmd+Esc).✓ You did it right if: the answer clearly talks about your actual file, not a generic guess.
# In the VS Code Claude panel:
> what does @src/utils.js do?
^ typed @ and picked src/utils.js from the file list
* Looking at src/utils.js: it exports three helpers -
formatDate(), debounce() and clamp().
Only formatDate() is used outside this file.
> add a fourth helper that capitalizes a string
* Edit(src/utils.js) ... Allow? (y/n) > y
(the same y/n gate as the terminal - same Claude, new window)
| Command / Tool | English | ภาษาไทย | 中文 |
|---|---|---|---|
VS Code Extension | Claude panel in editor | แผง Claude ในโปรแกรมแก้ไข | 编辑器中的 Claude 面板 |
JetBrains Plugin | Claude in IntelliJ/WebStorm | Claude ใน IntelliJ/WebStorm | IntelliJ/WebStorm 中的 Claude |
Desktop App | Native graphical interface | อินเทอร์เฟซกราฟิก | 原生图形界面 |
Cmd+Esc | Toggle Claude focus (VS Code) | สลับโฟกัส Claude | 切换 Claude 焦点 |
/terminal-setup | Configure terminal keys | ตั้งค่าคีย์เทอร์มินัล | 配置终端按键 |
Point Claude at an exact file with @, and compare the two windows. / ลองใช้ @-mentions และเปรียบเทียบสองหน้าต่าง / 试用 @ 提及并对比两种窗口
Type @ in the box to point Claude at an exact file, then Send.