Loading

摘要: "vim.useSystemClipboard": true, 寄存器使用命令"ayy存储到a 注意:是引号+a 阅读全文
posted @ 2021-10-14 21:24 ZXYFrank 阅读(81) 评论(0) 推荐(0)
摘要: 窗口大小设置:在settings.json里面添加 "window.newWindowDimensions": "maximized", https://github.com/Microsoft/vscode-docs/blob/vnext/release-notes/v1_9.md#control 阅读全文
posted @ 2021-10-14 21:14 ZXYFrank 阅读(155) 评论(0) 推荐(0)
摘要: 在全局Setting 里面加入 "launch": { "configurations": [ { "name": "Python: 当前文件,当前路径", "type": "python", "request": "launch", "program": "${file}", "console": 阅读全文
posted @ 2021-10-14 20:54 ZXYFrank 阅读(2323) 评论(0) 推荐(0)
摘要: 搜索这几个快捷键设置 Trigger Parameter Hints Trigger Suggest toggleSuggestionDetails 注意:默认的`ctrl+.`以及`ctrl+space`都容易被输入法屏蔽掉,建议改成`ctrl+alt+h`(hint) 阅读全文
posted @ 2021-10-14 19:57 ZXYFrank 阅读(7621) 评论(0) 推荐(0)