What's the problem:
It seems that I no longer have the Dart/Flutter Analysis Server, with means I don't have access to code snippets and shortcuts as well as running from VSCode (F5). In the bottom right corner of VSCode, I get the error pop-up: command 'dart.restartAnalysisServer' not found .
What I've tried:
Changing Flutter version via the command flutter channel stable, then flutter upgrade and finally flutter doctor to make sure I've successfully changed flutter version and re-installed the SDK. This was unsuccessful. I've also tried reloading/closing VSCode and deleting flutter/bin/cache as suggested here.
Has anyone been throught this same issue ?