Not Making Intellisense?

If at some point you find you don't have red squiggly lines under your incorrect code or autocomplete options aren't the same as the ones in the course, you might not have .NET Core SDK installed. This is require for VSCode to generate intellisense hints.

You can download and install the .NET Core SDK for your platform. Be sure to get the SDK not just the Runtime.

Complete and continue