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:
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?
