C
C#15mo ago
Tom

✅ 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()
No description
8 Replies
Tom
TomOP15mo ago
No description
🥄feeders help me learn faster !
If we type cw and press tab, Visual Studio Community will insert Console.WriteLine();.
Tom
TomOP15mo ago
but it didn't
Tom
TomOP15mo ago
No description
Tom
TomOP15mo ago
tab does nothing and 2 tabs gets global::System.Console.WriteLine();
Unknown User
Unknown User15mo ago
Message Not Public
Sign In & Join Server To View
MODiX
MODiX15mo ago
* 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

Did you find this page helpful?