Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.75 KB

README.md

File metadata and controls

42 lines (36 loc) · 1.75 KB

Ng-alain Extension Pack

专注于 ng-alain 开发的扩展包。

扩展说明

Angular推荐

NG-ALAIN推荐

  • NG-ZORRO Snippets
    • ng-zorro-antd 代码片断,支持自动补全组件名、属性,支持悬停文档
  • NG-ALAIN Snippets
    • NG-ALAIN 代码片断(包含 @delon/*
  • Angular Schematics
    • Angular Cli 界面化,不需要再记住那么多指令,当然也支持 ng-alain 命令行
  • Prettier - Code formatter
  • Todo Tree
    • 高亮 TODO:,推荐配置:
    // settings.json
    "todo-tree.highlights.customHighlight": {
      "TODO:": {
        "foreground": "#fff",
        "background": "#ffbd2a",
        "iconColour": "#ffbd2a"
      },
      "FIXME:": {
        "foreground": "#fff",
        "background": "#f06292",
        "icon": "flame",
        "iconColour": "#f06292"
      }
    }