zoukankan      html  css  js  c++  java
  • [VsCode] 开发所使用的VsCode的插件

    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"
    }
    
  • 相关阅读:
    发送trim值
    关一些时钟
    不同频率下的pwm配置
    c#鼠标在控件上面,然后显示文字
    C#通过文件路径截取对应的文件夹路径
    C#随机生成连续多少个十六进制数字
    C#检测串口被拔掉等一些触发事件合集
    c#按键Up和Down对Textbox的内容加1减1
    软件架构师工作历程
    软件架构阅读6
  • 原文地址:https://www.cnblogs.com/mybilibili/p/10318155.html
Copyright © 2011-2022 走看看