Has anyone had a problem where flutter and vscode suggest imports from files that actually import the needed file? The initial file is just an extension class, but flutter keeps suggesting files that are importing the actual context extension file, idk what is happeningFlutter import suggestions,The file that imports extension fileThe initial extension file I've tried to create separate export file, but that dosen't resolve the issue and the thing is, that vs-code quick-fix is actually suggesting the proper file, but when i'm writing code flutter auto suggest invalid files Continue reading...