组件的 html 文件中的 VS 代码自动完成
VS Code autocomplete in html file for components
我将 Visual Studio Code 用于我的测试 angular 项目。我在一些 Internet 课程中看到,他们可以使用 component
中声明的方法名称或属性自动完成连接到 component
html template
.
我可以知道如何自定义具有相同能力的VS代码或者我需要在这里安装哪个插件吗?
可能是 VS Code Angular Language Service 扩展。
我将 Visual Studio Code 用于我的测试 angular 项目。我在一些 Internet 课程中看到,他们可以使用 component
中声明的方法名称或属性自动完成连接到 component
html template
.
我可以知道如何自定义具有相同能力的VS代码或者我需要在这里安装哪个插件吗?
可能是 VS Code Angular Language Service 扩展。