112 lines
3.1 KiB
Markdown
112 lines
3.1 KiB
Markdown
# VSCode 常用插件/快捷键列表
|
|
|
|
## Plugin
|
|
|
|
1. ASL (Thog)
|
|
2. Bookmarks (Alessandro Fragnani)
|
|
3. C/C++ GNU Global (Lin Chieh)
|
|
4. Checkpoints (Michael Nilsson)
|
|
5. CMake (twxs)
|
|
6. CMake Integration (Christoph Seitz)
|
|
7. CMake Tools (vector-of-bool)
|
|
8. Code Runner (Jun Han)
|
|
9. Deploy (Marcel J.Kloubert)
|
|
10. Document This (Joel Day)
|
|
11. Easy C++ projects (Alejandro Charte Luque)
|
|
12. favorites (Howard.Zuo)
|
|
13. Git Graph (mhutchie)
|
|
14. Git History (Don Jayamanne)
|
|
15. Git Merger (Shahar Kazaz)
|
|
16. Git Patch (Parag Diwan)
|
|
17. GitLens-Git supercharged (Eric Amodio)
|
|
18. Go (Microsoft)
|
|
19. Header source switch (Andrew Hall)
|
|
20. hexdump for VSCode (slevesque)
|
|
21. Pretty Formatter (mblode)
|
|
22. Intel Hex format (keroc)
|
|
23. Markdown All in One (Yu Zhang)
|
|
24. Markdown Editor (zaaack)
|
|
25. Markdown Table Prettifier (Krisztian Daroczi)
|
|
26. markdownlint (David Anson)
|
|
27. Path Intellisense (Christian Kohler)
|
|
28. Peacock (John Papa)
|
|
29. Power Mode (Cody Hoover)
|
|
30. Projects+ (Fabio Spampinato)
|
|
31. Python (Microsoft)
|
|
32. Remote Workspace (Marcel J.Kloubert)
|
|
33. SFTP (liximomo)
|
|
34. Systemd Support (Liu Yue)
|
|
35. Text Power Tools (Daniel Tar)
|
|
36. TODO Highlight (Wayou Liu)
|
|
37. Visual Studio IntelliCode (Microsoft)
|
|
38. x86 and x86_64 Assembly (13xforever)
|
|
39. Verilog HDL/SystemVerilog (mshr-h)
|
|
40. Doxygen Documentation Generator (Christoph Schlosser)
|
|
41. Todo Tree (Gruntfuggly)
|
|
42. DeviceTree (Pietro Lorefice)
|
|
43. Remote FS (liximomo)
|
|
44. FleeXo.cpp-class-creator
|
|
45. kevinkyang.auto-comment-blocks
|
|
46. ms-vscode.cpptools
|
|
47. CMake Tools (Microsoft)
|
|
48. Markdown Preview Enhanced (Yiyi Wang)
|
|
49. Graphviz (dot) language support for Visual Studio Code (João Pinto)
|
|
50. Graphviz Markdown Preview (Geek Learning)
|
|
51. Docker (Microsoft)
|
|
52. Remote - Containers (Microsoft)
|
|
53. Remote - SSH (Microsoft)
|
|
54. Todo+ (Fabio Spampinato)
|
|
55. Draw.io Integration (Henning Dieterichs)
|
|
56. clangd (LLVM)
|
|
57. Office Viewer(Markdown Editor) (Weijan Chen)
|
|
58. Embedded IDE (CL)
|
|
59. Cortex-Debug (marus25)
|
|
60. RTOS Views (mcu-debug)
|
|
61. GNU C Call Hierarchy (miki0w0)
|
|
62. Hex Editor (ms-vscode)
|
|
63. Meld Diff (Daniel Rödl)
|
|
64. MemoryView (MCU Debug)
|
|
65. Peripheral Viewer (MCU Debug)
|
|
66. format files (jbockle)
|
|
|
|
## Theme
|
|
|
|
1. Atom One Light Theme (Mahmoud Ali)
|
|
2. Bluloco Light (Umut Topuzoglu)
|
|
3. Material Icon Theme (Philipp Kief)
|
|
4. Material Theme (Mattia Astorino)
|
|
5. Solarized-light Theme (gerane)
|
|
6. vscode-icons (VSCode Icons Team)
|
|
7. Workbench Themes (Particle)
|
|
8. Melokai (miller2676)
|
|
9. Soft Green (lainbo)
|
|
10. Relax Eyes Theme (liwei)
|
|
11. HBuilderX push Light Theme (ZQun)
|
|
12. IKKI VSCode Light Theme (IKKI)
|
|
13. Eva Theme (fisheva)
|
|
14. Ayu (teabyii)
|
|
|
|
## Shortcut Keys
|
|
|
|
VSCode:
|
|
|
|
1. Ctrl+Shift+P: 打开命令输入栏
|
|
2. Ctrl+P: 打开文件,或输入 @ 查找符号
|
|
3. Ctrl+R: 打开最近的项目,长按 Ctrl 键选择项目在新窗口打开,长按 Alt 键选择项目在本窗口中打开
|
|
4. Ctrl+B: 打开/关闭 侧边栏
|
|
5. Ctrl+~: 打开/关闭 终端
|
|
|
|
Markdown:
|
|
|
|
1. Ctrl+Shift+V: 打开预览窗口
|
|
|
|
GitLens:
|
|
|
|
1. Ctrl+Shift+G B: Toggle File Blame
|
|
|
|
EIDE:
|
|
|
|
1. F7: Build
|
|
2. Ctrl+Alt+F7: Rebuild
|
|
3. Ctrl+Alt+D: Program Flash
|