C
C#2mo ago
cone

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?
No description
4 Replies
Thinker
Thinker2mo ago
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
cone
coneOP2mo ago
i saved it to a folder and called the file Program.cs i think that' where i went wrong, how do i fix it
Plerx
Plerx2mo ago
you need a csproj file
Plerx
Plerx2mo ago
dotnet new
The dotnet new command creates new .NET projects based on the specified template.

Did you find this page helpful?