Blogger Information
Blog 6
fans 0
comment 1
visits 4752
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
第一节课:VSCode与phpStudy安装与配置
云猫
Original
1127 people have browsed it

1. VSCode的安装与下载 1. VSCode的安装与下载

  1. 下载方法:百度VScode,第一个网站下载,网址:https://code.visualstudio.com/
  2. 安装:双击安装,一直下一步即可!

2.VScode 关于前端的插件安装

  1. 商店在左侧导航的最后一个,四个方块那个!
  2. Chinese (Simplified) Language Pack for Visual Studio Code --汉化插件,安装好后重启软件即可!
  3. Markdown Preview Enhanced --预览
  4. Markdownlint --检查器
  5. Auto Close Tag --标签自动关闭
  6. Auto Rename Tag --标签自动更名
  7. Bracket Pair Colorizer --括号配对
  8. HTML CSS Support --HTMLCSS的支持【重要,必须装】
  9. IntelliSense for CSS class names in HTML --CSS嗅探器
  10. HTML Snippets--html代码片段提示器
  11. Path Intellisense --文件路径自动嗅探
  12. VS Color Picker--颜色提示器
  13. Prettier - Code formatter --格式化代码
  14. 配置:文件 -> 首选项 -> 设置 -> 搜索format -> Default Formatternull值改为esbenp.prettier-vscode -> 勾选Format on save

3.VScode 关于PHP的插件安装

  1. PHP IntelliSense --PHP代码嗅探器
  2. Format HTML in PHP --格式化PHP中的html代码【可装可不装】
  3. PHP Intelephense --可检查代码
  4. Live Server

4.phpstudy 安装

  1. 下载网址:https://www.xp.cn/
  2. 环境搭建:启动Apache -> 创建网站 -> 选择网站目录 -> 勾选同步hosts可本地解析域名 -> 点击确定完成!

5.VScode 配置php运行路径

  1. 文件 -> 首选项 -> 配置 -> 右上角打开设置 -> 输入对应系统配置代码(注意php地址为本机php地址)
  2. 路径中的 \ 需改成 / 改好后按Ctrl+S 保存就好
Correcting teacher:天蓬老师天蓬老师

Correction status:Uncorrected

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
2 comments
云猫 2020-04-13 21:32:09
加油加油!
2 floor
Neo( -᷅_-᷄ ) 2020-04-13 18:22:19
加油~同学
1 floor
Author's latest blog post