vscode插件分享

本文介绍了VisualStudioCode中的一些关键插件,包括中文语言包、代码高亮支持TODO/FIXME等注释、Prettier代码格式化、ESLint代码检查、LiveServer实时服务器等功能,以及如何配置它们以优化开发体验。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Chinese (Simplified) (简体中文) Language Pack for Visual Studio Code

介绍:此中文(简体)语言包为 VS Code 提供本地化界面。

TODO Highlight

介绍:高亮显示代码中的TODO、FIXME和其他注释。

// settings.json

"todohighlight.isEnable": true,
  "todohighlight.isCaseSensitive": true,
  "todohighlight.keywords": [
    "REVIEW:",
    {
      "text": "TODO:",
      "color": "#fce78b",
      "backgroundColor": "#7842f5",
      "overviewRulerColor": "#7842f5",
      "isWholeLine": true,
      "fontWeight": "bold",
      "fontFamily": "sans-serif",
      "border": "1px solid #eee",
      "borderRadius": "5px"
    },
    {
      "text": "FIXME:",
      "color": "#fff",
      "backgroundColor": "#f00",
      "overviewRulerColor": "#f00",
      "isWholeLine": true,
      "border": "1px solid #eee",
      "borderRadius": "15px"
    },
    {
      "text": "DEBUG:",
      "color": "#000",
      "backgroundColor": "#0f0",
      "overviewRulerColor": "#0f0",
      "isWholeLine": true,
      "fontWeight": "bold",
      "border": "1px solid #eee",
      "borderRadius": "15px"
    },
    {
      "text": 
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值