VS Code Extension
The Ionic VS Code extension provides IntelliSense and autocomplete for Ionic components and attributes in your HTML templates.
Installation
Install the Ionic VS Code extension from the VS Code Marketplace.
Features
- IntelliSense: Get autocomplete suggestions for Ionic components and attributes
- Documentation: View inline documentation for Ionic components
- Snippets: Use code snippets to quickly scaffold Ionic components
Usage
Once installed, the extension will automatically provide IntelliSense when you type Ionic component names in your HTML templates.
For example, typing <ion- will show a list of available Ionic components.
Next Steps
Now that you have the VS Code extension installed, check out the Next Steps guide to learn how to build your first app.