Blogger Information
Blog 3
fans 0
comment 0
visits 4297
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
vscode及插件windows环境安装
梦醒了
Original
1255 people have browsed it

vscode及插件windows环境安装

VScode官方下载链接:https://code.visualstudio.com/

一、 vscode 安装

1.选择适合的VScode进行安装,我这里选择的是windows x64。

image-20200611185149329

2.找到下载好的exe文件,右键管理员身份运行进行安装。选择我接受协议,点击下一步

image-20200611185404496

3.选择安装的路径,我这里选择默认,下一步

image-20200611185455813

4.直接点击下一步

image-20200611185558953

5.这里勾选创建桌面快捷方式

image-20200611185620227

6.点击 安装

image-20200611185802707

7.点击完成启动vscode.

image-20200611185848950

二、插件安装

类型 名称 功能
通⽤ Chinese Language… 简体中⽂语⾔包
Vscode-icons 最受欢迎的的⽂件图标
Prettier-Code formatter 通⽤的代码格式化⼯具
前端 HTML CSS Support HTML/CSS代码提示神器
Auto Close Tag HTML标签⾃动闭合
Auto Rename Tag HTML标签⾃动更名
PHP PHP Intelephense PHP代码智能分析与提示
PHP IntelliSense PHP代码智能感知与重构
MarkDown Markdownlint markdown语⾔检查器
执行 Live Server 创建本地Web服务器实时预览

搜索关键字,点击install进行安装

image-20200611191039311

三、php解释器配置

设置php运行路径,配置php解释器。

1.依次点击 文件——首选项——设置

image-20200611191857462

2.点击右上角打开设置json

image-20200611191941041

3.编辑配置文件添加php解释器
参考vscode官方文档进行修改。https://code.visualstudio.com/docs/languages/php

image-20200611192551677

选择php解释器绝对路径,我这里默认在E:\phpstudy_pro\Extensions\php\php7.3.4nts\php.exe

image-20200611192744423

最后修改并保存

  1. {
  2. "workbench.iconTheme": "vscode-icons",
  3. "php.validate.executablePath": "E:/phpstudy_pro/Extensions/php/php7.3.4nts/php.exe"
  4. }
Correcting teacher:WJWJ

Correction status:qualified

Teacher's comments:vscode总结的很全面,但markdown和phpStudy没写到。
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
0 comments
Author's latest blog post