You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/ide-setup.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ The following are some commons user settings for VS Code IDE.
29
29
"html.format.wrapLineLength": 60,
30
30
```
31
31
32
+
### Core Extensions
33
+
-[Angular language service](https://marketplace.visualstudio.com/items?itemName=Angular.ng-template): Provide a rich editing experience for Angular templates.
34
+
32
35
### 常用的 Extensions
33
36
34
37
-[Angular 6 Snippets](https://marketplace.visualstudio.com/items?itemName=johnpapa.Angular2): TypeScript and HTML 的 snippets.
0 commit comments