ng-alain / ng-zorro-vscode

Visual studio code plugin for ng-zorro
https://marketplace.visualstudio.com/items?itemName=cipchk.ng-zorro-vscode
MIT License
54 stars 16 forks source link

这个东西不全,好多都出不来 #5

Closed gamergamer8888 closed 5 years ago

gamergamer8888 commented 5 years ago

在做today-ng的例子,用这个插件,结果好多都出不来 比如 右边list菜单,[nzMode="inline" ] inline出不来,[nzInlineCollapsed] 也出不来 还有好多好多,快点补全吧!

cipchk commented 5 years ago

请问 nzInlineCollapsednzMode 是属于哪个组件?能否提供明确的信息。

gamergamer8888 commented 5 years ago

请问 nzInlineCollapsednzMode 是属于哪个组件?能否提供明确的信息。

nz-menu组件,例子参考 https://github.com/NG-ZORRO/today-ng-steps/blob/master/tutorial/2.md List组件 这一段

<ul nz-menu
    [nzTheme]="'dark'"
    [nzMode]="'inline'"
    [nzInlineCollapsed]="isCollapsed">
  <li nz-menu-item
      [nzSelected]="currentListUuid === 'today'"
      (click)="click('today')">

[nzSelected] 这个也出不来,其他还有很多

cipchk commented 5 years ago

所谓其他还有很多,是指?

gamergamer8888 commented 5 years ago

所谓其他还有很多,是指?

我不可能全部记住,在做这个练习的过程中,很多出不来,列的几个是有印象的,就这样

gamergamer8888 commented 5 years ago

这就关了?也是醉了

cipchk commented 5 years ago

所有组件模板都是以一个完整示例呈现,所以基本上在模板中已经存在的属性,没有做为单属性形式模板。

另,我会增强那些高频率组件的单属性模板。但这并不属性本 issues,我会在另一个 pr 中完成。