Colourless code?
My code seems to not have colour on certani words like "Console"... this happened a few times but I'm not sure how to fix this? Any help?
4 Replies
Did you happen to open just a .cs file?
Make sure you've opened a solution containing your code and not just a single file
i saved it to a folder and called the file Program.cs
i think that' where i went wrong, how do i fix it
you need a csproj file
dotnet new
The dotnet new command creates new .NET projects based on the specified template.