
vscode
京金
工地搬砖工,美团外卖员,申通快递员,KTV跑腿小哥。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
vscode 输入一定字符输出代码块或者其他
es6.code-snippets { "create static method in class scope": { "scope": "javascript,typescript", "prefix": "sm", "body": [ "static ${1} ($2) {\n\t${3}\n}", ], "description": "create static method in class scope" }, "function descriptions": {原创 2020-12-22 20:15:12 · 780 阅读 · 0 评论 -
vscode setting配置
{ "remote.onstartup": true, "python.linting.pylintEnabled": false, "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe", "open-in-browser.default":"chrome", // "vi...原创 2019-11-22 19:20:03 · 1174 阅读 · 0 评论