随笔分类 -  Visual Studio Code

摘要:# might auto trim tailing white space on save. ![](https://img2023.cnblogs.com/blog/859364/202307/859364-20230704174130930-1731514211.png) # keep disa 阅读全文
posted @ 2023-07-04 17:42 fndefbwefsowpvqfx
摘要:mac { "version": "0.2.0", "configurations": [ { "name": "(lldb) Launch", "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/bin/tes 阅读全文
posted @ 2023-04-03 12:26 fndefbwefsowpvqfx
摘要:sudo /Applications/Visual\ Studio\ Code.app/Contents/MacOS/Electron 阅读全文
posted @ 2023-03-31 18:51 fndefbwefsowpvqfx
摘要:查看正在运行的插件,有的插件有问题,导致vscode 各种异常 例如 Running 'File Rename' participants... 这次是由markdown table插件引起的。。。 阅读全文
posted @ 2021-09-07 18:42 fndefbwefsowpvqfx
摘要:sudo code --force --install-extension 13xforever.language-x86-64-assembly code --list-extensions 13xforever.language-x86-64-assembly 1yib.nodejs-bundl 阅读全文
posted @ 2021-03-24 22:26 fndefbwefsowpvqfx
摘要:~/product/config/options/keymap.xml C:\Users\uname\AppData\Roaming\JetBrains\product\keymaps 文件编码 Editor File Encodings Global Encoding Project Encodi 阅读全文
posted @ 2019-06-30 12:34 fndefbwefsowpvqfx
摘要:[ // //查找 // { "key": "ctrl+=", "command":"editor.action.moveSelectionToNextFindMatch","when":"editorFocus" }, { "key": "ctrl+-", "command": "editor.a 阅读全文
posted @ 2019-03-21 23:04 fndefbwefsowpvqfx
摘要:{ //restore "window.restoreWindows": "none", "files.hotExit": "off", //window "window.title": "${rootName}${separator}${activeEditorLong}${separator}$ 阅读全文
posted @ 2019-03-21 23:03 fndefbwefsowpvqfx
摘要:Command line extension management To make it easier to automate and configure VS Code, it is possible to list, install, and uninstall extensions from 阅读全文
posted @ 2019-03-21 22:58 fndefbwefsowpvqfx
摘要:C++ Java 阅读全文
posted @ 2018-11-07 18:47 fndefbwefsowpvqfx
摘要://------------------------------------------------- //查找 //------------------------------------------------- find next ctrl+= find previous ctrl+- find ctrl+f find word... 阅读全文
posted @ 2018-05-31 14:53 fndefbwefsowpvqfx
摘要:https://code.visualstudio.com/updates/v1_20#_global-snippets Global snippets VS Code now supports global snippets meaning snippets that aren't scoped 阅读全文
posted @ 2018-05-22 14:05 fndefbwefsowpvqfx
摘要:code completion case sensitive completion : None Editor - File Types - lua 添加 *.txt font Consolas 18 Add or Remove Caret :Alt + Button1 Click Start New Line : Ctrl + Enter Start New Line B... 阅读全文
posted @ 2017-12-12 11:28 fndefbwefsowpvqfx
摘要:离线安装vsix 阅读全文
posted @ 2017-09-23 09:29 fndefbwefsowpvqfx
摘要:https://code.visualstudio.com/Docs/editor/tasks https://code.visualstudio.com/docs/editor/tasks-appendix 阅读全文
posted @ 2017-05-12 16:10 fndefbwefsowpvqfx
摘要:https://code.visualstudio.com/docs/getstarted/theme-color-reference 阅读全文
posted @ 2017-05-11 17:57 fndefbwefsowpvqfx
摘要:// 通过将键绑定放入键绑定文件中来覆盖键绑定。 [ { "key": "shift+escape", "command": "closeReferenceSearchEditor", "when": "inReferenceSearchEditor && !config.editor.stablePee... 阅读全文
posted @ 2016-06-20 11:35 fndefbwefsowpvqfx
摘要:// 通过将设置放入设置文件中来覆盖设置。 { //-------- 编辑器配置 -------- // 控制字体系列。 "editor.fontFamily": "Consolas, 'Courier New', monospace", // 控制字体大小。 "editor.fontSize": 14, // 控制行高。 "edi... 阅读全文
posted @ 2016-06-17 14:56 fndefbwefsowpvqfx