C
C#3w 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
Thinker3w 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
coneOP3w 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
Plerx3w ago
you need a csproj file
Plerx
Plerx3w ago
dotnet new
The dotnet new command creates new .NET projects based on the specified template.

Did you find this page helpful?