关闭 VS Code 中的 popup 面板
如下图所示,在写 JavaScript 的时候,这个东西一直出来,还是蛮烦的。
解决方法:在 setting 里搜 editor.parameterHints.enabled,取消勾
参考来源:visual studio code - How do I get rid of this popup in VSCode? - Stack Overflow
修改字体
改了 VS Code 里面的字体,Obsidian 里 code block 的字体也一起变了,用了有连字符的字体,箭头变得好好看!
现在用的是 Fira Code: https://github.com/tonsky/FiraCode
VS Code 里面可以在 settings.json 里加这行打开连字符: “editor.fontLigatures”: true
字体推荐:
快捷键
- 按住 alt/option,可以在多个地方同时输入
- shift+option/alt+⬇️ 向下复制一行
- option/alt +⬇️/ ⬆️ 向下 / 上移动
- 在 html 中 输 lorem ,可以生成填充文本
插件
- prettier:自动美化格式
- markdown editor:markdown 预览编辑器
- foam:双链笔记
- auto rename tag
- color highlight
- image preview:图片预览
- live server:实时预览
- front matter:可以用来设置 hugo/hexo 等博客的 frontmatter:
设置
- 缩进空格等于的字符数量:tab size
- 保存:auto save /format on save
其他
- 全角半角符号区分很明显,输错全角会有波浪线提醒
- obsidian 中有一个插件 [Open Valut in VSCode] 可以在 VS Code 里打开 obsidian 的库