Skip to content

Commit 9b998bf

Browse files
committed
update doc: add signature help demo
1 parent 68472b4 commit 9b998bf

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ng-helper-vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- [x] Custom components: tag/attribute auto-completion, hover documentation, go to definition ([see demo](https://raw.githubusercontent.com/huanguolin/ng-helper/refs/heads/main/resources/components-demo.gif))
1414
- [x] Custom filters: auto-completion, hover documentation, go to definition ([see demo](https://raw.githubusercontent.com/huanguolin/ng-helper/refs/heads/main/resources/filters-demo.gif))
1515
- [x] HTML syntax highlighting with inline HTML support ([see demo](https://raw.githubusercontent.com/huanguolin/ng-helper/refs/heads/main/resources/inline-html-demo.gif))
16-
- [x] Data binding (TypeScript required): auto-completion, type hints on hover, go to definition ([see demo](https://raw.githubusercontent.com/huanguolin/ng-helper/refs/heads/main/resources/data-binding-demo.gif))
16+
- [x] Data binding (TypeScript required): auto-completion, type hints on hover, go to definition, ✨🆕 signature help ([see demo](https://raw.githubusercontent.com/huanguolin/ng-helper/refs/heads/main/resources/data-binding-demo.gif))
1717
- [x] Diagnostics
1818
- [x] ✨🆕 Angular.js expression diagnostics in HTML([see demo](https://raw.githubusercontent.com/huanguolin/ng-helper/refs/heads/main/resources/diagnostic-demo.gif))
1919
- [x] Dependency injection validation ([see demo](https://raw.githubusercontent.com/huanguolin/ng-helper/refs/heads/main/resources/injection-validate-demo.gif))

packages/ng-helper-vscode/README.zh_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [x] 自定义 `component` 标签/属性: 自动补全, hover 信息提示, go to definition ([see demo](https://raw.githubusercontent.com/huanguolin/ng-helper/refs/heads/main/resources/components-demo.gif))
1212
- [x] 自定义 `filter`: 自动补全, hover 信息提示, go to definition ([see demo](https://raw.githubusercontent.com/huanguolin/ng-helper/refs/heads/main/resources/filters-demo.gif))
1313
- [x] `html` 语法高亮,且支持 `inline-html`([see demo](https://raw.githubusercontent.com/huanguolin/ng-helper/refs/heads/main/resources/inline-html-demo.gif))
14-
- [x] 数据绑定(需要 `TypeScript`): 自动补全, hover 类型提示, go to definition ([see demo](https://raw.githubusercontent.com/huanguolin/ng-helper/refs/heads/main/resources/data-binding-demo.gif))
14+
- [x] 数据绑定(需要 `TypeScript`): 自动补全, hover 类型提示, go to definition, ✨🆕 signature help ([see demo](https://raw.githubusercontent.com/huanguolin/ng-helper/refs/heads/main/resources/data-binding-demo.gif))
1515
- [x] 诊断
1616
- [x] ✨🆕 `html` 中 angular.js 表达式诊断([see demo](https://raw.githubusercontent.com/huanguolin/ng-helper/refs/heads/main/resources/diagnostic-demo.gif))
1717
- [x] 依赖注入匹配校验 ([see demo](https://raw.githubusercontent.com/huanguolin/ng-helper/refs/heads/main/resources/injection-validate-demo.gif))

resources/data-binding-demo.gif

456 KB
Loading

0 commit comments

Comments
 (0)