# vscode **Repository Path**: slkde/vscode ## Basic Information - **Project Name**: vscode - **Description**: vscode - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-04 - **Last Updated**: 2021-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 说明: 推荐在windows搭配[wsl](https://github.com/slkde/wsl)和[docker](https://github.com/slkde/docker_lnmp)使用。 ``` https://github.com/slkde/docker_lnmp https://gitee.com/slkde/docker_lnmp https://github.com/slkde/wsl https://gitee.com/slkde/wsl ``` 点击连接远程,点击remote-containers: attach to running container 新版本vscode,在docker扩展里,点击php容器,点击 attach vs code 选择正在运行的docker容器。 ## VScode推荐使用的extensions ### Auto Close Tag 自动闭合标签。 ### Auto Rename Tag 重命名标签时,自动修改闭合标签名。 ### Bracket Pair Colorizer 2 彩色区别显示花括号。 ### Code Spell Checker 单词检查。 ### Docker docker支持。 ### DotENV .env文件支持。 ### Dracula Official 主题颜色。 ### GitLens git支持。 ### Markdown ALL in One markdown支持 ### One Dark Pro 主题颜色。 ### Prettier - Code formatter 代码颜色。 ### Remote - Containers 远程连接docker容器。 ### Remote - SSH 远程连接服务器。 ### Remote - SSH:Editing Configuration Files ### Remote - WSL 远程连接wsl--windows subsystem for linux ### Remote Development ### vscode-icons 图标。 #### c/c++ > c/c++扩展 1. c/c++ ``` https://sourceforge.net/projects/mingw-w64/files/ https://github.com/microsoft/vscode-cpptools ``` #### php > php扩展 1. php debug 2. php extension pack 3. php intellisense #### javascript > js扩展 1. eslint 2. es7 react 3. react native tools