✅ how come the code snippet for console.WriteLine() isn't working even though it's in code snippeps
ts giving me this instead of console.WriteLine()
8 Replies
If we type
cw
and press tab, Visual Studio Community will insert Console.WriteLine();
.but it didn't
tab does nothing and 2 tabs gets
global::System.Console.WriteLine();
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
* close VS
* remove the hidden folder
.vs
* remove all bin
and obj
folder next to each csproj (DO NOT TOUCH THE .git
FOLDER OR WHAT'S INSIDE)
* restart vs