ionic-team / vscode-ionic

Visual Studio Code Ionic Extension
Other
11 stars 1 forks source link

Automatic Import isn't working for standalone components #214

Closed rickdmer closed 1 month ago

rickdmer commented 1 month ago

Ionic/angular version 8.3.3 VS Code version 1.94.2 Ionic Extension version 1.97.2

To reproduce:

  1. Create an Ionic starter application using ionic start
  2. Select Angular and use standalone components.
  3. Open the project folder in VS Code
  4. In app/home/home.page.html, add in the existing ion-container block.

Expected:

Actual:

rickdmer commented 1 month ago

Troubleshooting done:

rickdmer commented 1 month ago

Reading through another open issue, I saw someone who had this working had a plugin called Angular Language Service installed. I installed that plugin and this started working.