Visual Studio Community 17.14.15 Angular import suggested by Copilot is wrong


A few version ago, there was a perfect auto completion for Angular import, but now Visual Studio Community uses Copilot which gives incorrect suggestions.

The suggestions I have for CommonModule are:

enter image description here

When the correct answer is:

import { CommonModule } from '@angular/common'

How to fix this wrong suggestion generated by Copilot?

Is there a correct alternative to go back to previous suggestion tool?
Or do you have an extension which will suggest correct answer?

Leave a Reply

Your email address will not be published. Required fields are marked *