Skip to main content

3 posts tagged with "vscode"

View All Tags

wKevin

VSCode 中换行分 2 个方面来说:

  1. 显示换行:用户的文档中并不真的有 \r\n 这些换行字符,而只是看到被换行了。
  2. 格式化换行:用户执行格式化命令(Ctrl-Shift-F右鍵-formate...F1-formate...)时 VSCode 或扩展在文档中指定位置插入 \r\n 之类的字符。

来看看 VSCode 中是如何配置这两种换行的。

wKevin

很久没有升级 VSCode 了,今天有空 update 了一下,顺便把几个版本的 new feature 看了一遍,摘录我喜欢的几条如下:

1.29(2018.10)

  • Workbench
    • 左侧搜索功能中新增“多行搜索” shift+enter 新开一行
    • References view 转正,不再是预览版
      • References view: 左边的一个新图标、新窗口,只有执行一次 Find All Reference(Shift+Alt+F12) 才会出现

1.30(2018.11)