linux mint安装vs code,LinuxMint下使用VS code

66b52468c121889b900d4956032f1009.png

8种机械键盘轴体对比

本人程序员,要买一个写代码的键盘,请问红轴和茶轴怎么选?

LinuxMint下禁用按键

Menu->Control Center->Windows->Behaviour中选择Movement Key中的Super.

安装VS code

开启列编辑

打开vscode. File->Preferences->Keyboard Shortcuts,在Keybindings.json中添加:// Place your key bindings in this file to overwrite the defaults

[

{

"key": "shift+alt+down",

"command": "cursorColumnSelectDown",

"when": "editorTextFocus"

},

{

"key": "shift+alt+left",

"command": "cursorColumnSelectLeft",

"when": "editorTextFocus"

},

{

"key": "shift+alt+pagedown",

"command": "cursorColumnSelectPageDown",

"when": "editorTextFocus"

},

{

"key": "shift+alt+pageup",

"command": "cursorColumnSelectPageUp",

"when": "editorTextFocus"

},

{

"key": "shift+alt+right",

"command": "cursorColumnSelectRight",

"when": "editorTextFocus"

},

{

"key": "shift+alt+up",

"command": "cursorColumnSelectUp",

"when": "editorTextFocus"

}

]

使用的插件## 发现自带的 Seti 就已经非常 nice 了.也可以不安装下面这个图标主题了.

ext install vscode-icons

-- angular 支持

ext install language-vscode-javascript-angular2

-- 目录和文档名补全

ext install christian-kohler.path-intellisense

-- 自动关闭标签

ext install formulahendry.auto-close-tag

-- 格式化js/css

ext install vscode-JS-CSS-HTML-formatter

ext install ecmel.vscode-html-css

ext install html-css-class-completion

ext install code-runner

-- 大小写切换

ext install change-case

常用的配置

user settings:

bas-- 自动换行

{

"editor.wrappingColumn": 0

}

光标的移动

对称匹配符之间的移动(括号,大括号,中括号等)⇧⌘

将当前光标所在的字符串进行多光标编辑

将光标移动到你所想进行文档中的所有与当前光标所在字符串相同的进行多光标编辑⇧⌘L

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值