首页 技术 正文
技术 2022年11月21日
0 收藏 444 点赞 4,020 浏览 1132 个字

vscode 的插件

必须

  1. Chinese (Simplified) Language Pack for Visual Studio Code
  2. Markdown Preview Enhanced
  3. Debugger for Chrome
  4. Material Icon Theme
  5. Material Theme
  6. IntelliJ IDEA Keybindings
  7. Prettier – Code formatter 一个代码格式化工具
  8. Prettify JSON 一个 JSON 格式化工具
  9. open in browser
  10. Vetur 比较好的 Vue 语法高亮
  11. SonarLint 代码健壮性检查
  12. Remote – SSH 远程xshell替代品

常用

  1. Auto Close Tag
  2. Auto Rename Tag
  3. Color Picker
  4. Tslint 添加对 TSLint 的支持
  5. Eslint 添加对 ESLint 的支持,高亮提示
  6. JavaScript (ES6) code snippets 用代码片段加快 ES6 开发速度
  7. Project Manager 简单的项目管理器,可以在你的编辑器中快速切换项目
  8. Sort Lines 这个插件可以对选中的代码行进行排序
  9. Sync Settings 设置同步插件

PHP

  1. PHP Debug
  2. PHP Intelephense
  3. PHP IntelliSense
  4. PHP DocBlocker
  5. Document This 在文件中自动生成详细的注释

Lua

  1. lua 支持 lua 语言
  2. vscode-lua 格式化 lua 语言

theme

  1. Monokai Pro

other

  1. npm Intellisense 在 import 导入语句中自动完成 npm 模块

  2. Auto Import 自动导入包插件

  3. jumpy 快速跳转到指定位置

  4. VS Color Picker 一个小巧灵活的 web 开发的颜色选择器(windows)

  5. Vue VS Code Extension Pack 一组用于在 VS 代码中处理 Vue 应用程序的扩展

  6. Vue VSCode Snippets 快捷的提示 Vue 工作代码片段

  7. GitLens — Git supercharged 增强 Visual Studio 代码中内置的 Git 功能

  8. Formatting Toggle 允许您通过简单的单击来开关格式化程序

{
"workbench.colorTheme": "Solarized Light",
"editor.fontSize": 16,
"window.zoomLevel": 1,
"search.location": "panel",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"javascript.updateImportsOnFileMove.enabled": "always",
"files.autoSave": "afterDelay"
}
相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,077
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,552
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,401
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,176
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,813
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,896