Visual Studio Community 17.14.15 angular import suggested by Copilot is wrong
Few version ago, there was a perfect auto completion for angular import, but now Visual Studio Community uses Copilot which give incorrect suggestions.
The suggestionss I have for CommonModule are:

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?
Read more here: Source link
