可以下载一些连字字体代码阅读效果可以更好
自定义布局,把设置、账户设置到窗口栏旁边,工具栏可以隐藏,工具栏放在源代码栏上方三个横线那里
git 相关工具
ssh,docker 远程连接服务器
ctrl p 搜索文件 ctl shift p 执行命令 ctr g ctl t ctr f ctr shift f
把 vscode PowerShell 终端文件路径缩短到当前目录
数据库相关插件
codeium 免费,因为 Claude GPT 还有 GitHub copilot 要钱
leekfund 股票趋势
还有哪些有用的技巧?
1
chaleaochexist 2023-12-05 21:34:50 +08:00
ctl t 是做什么的?
我为什么要问你而不是亲自动手实践一下呢? 因为我的 vscode 更换了快捷方式. 我已经不知道默认的 ctrl T 是啥意思了... |
2
forgottenPerson OP @chaleaochexist 全局搜索方法和属性,这是 Ctrl t 的功能
|
3
chaleaochexist 2023-12-05 22:54:00 +08:00
@forgottenPerson 谢谢明白了.
因为太常用让我改成 f1 了. |
4
chensuiyi 2023-12-05 23:12:59 +08:00
|
5
sjhhjx0122 2023-12-06 10:30:55 +08:00
最常用的是多光标
|
6
Jimmyisme 2023-12-06 15:47:27 +08:00
@sjhhjx0122 说到光标,有一个我一直没在意的设置:
"editor.cursorStyle": "block" "editor.cursorSmoothCaretAnimation": "explicit" |
7
ziwiwiz 2023-12-06 18:28:30 +08:00
tasks.json 配置编译命令或者 shell 脚本之类
|
8
xujiahui 2023-12-06 20:53:35 +08:00
vim
|