随笔分类 -  Visual Studio Code开发工具

VSCode中Markdown目录显示异常
摘要:更新最新的VSCode之后编辑Markdown文件发现TOC标签的目录格式异常,发现是因为行尾字符导致,必须设置行尾字符进行解决。 阅读全文

posted @ 2019-05-22 11:20 果然朝辉 阅读(1439) 评论(0) 推荐(0)

vscode常用插件列表
摘要:|vscode插件|备注| |: :|: :| |Markdown PDF|把markdown文件转换成别的文件| |Markdown TOC|markdown文件目录生成| |PHP Debug|PHP调试| |PHP IntenlliSense|PHP代码提醒| |PHP Symbols|PHP 阅读全文

posted @ 2019-05-07 15:37 果然朝辉 阅读(1159) 评论(0) 推荐(0)

VSCode+Xdebug断点调试PHP(全攻略)
摘要:步骤1:下载并安装XDebug 步骤2:配置php.ini文件的XDebug模块 步骤3:Visual Studio Code安装php debug插件,并且配置 步骤4:进行调试 阅读全文

posted @ 2019-01-30 22:19 果然朝辉 阅读(32140) 评论(1) 推荐(2)

在vs code中使用ftp-sync插件实现客户端与服务器端代码的同步
摘要:在vs code中使用ftp-sync插件实现客户端与服务器端代码的同步 下载安装 vscode-ftp-sync 插件。 安装方法1. Ctrl+Shift+P 输入 ext install [插件关键字/名称] 安装方法2. Ctrl+Shift+P (或F1) 输入 Extensions, 选 阅读全文

posted @ 2017-03-08 22:05 果然朝辉 阅读(897) 评论(0) 推荐(0)

注释代码片段
摘要:{ /*vs code IDE代码注释*/ "file and class notes": { "prefix": "n1", "body": ["/*\n* $1\n* \n* $2\n* \n* @author $3\n* @create $4\n* @version $5\n*/" ], "d 阅读全文

posted @ 2017-03-07 13:05 果然朝辉 阅读(158) 评论(0) 推荐(0)

导航