2
What extension do I use to show c# code error? Example I am using the code line Console.Write($"{_Nome} está passando \n");
regardless of the using System
in order for the console.write to work, however it is not showing the red risk below the word console to tell me that the library has yet to be imported, someone can tell me what that extension would be ?
I’m using this one already and it’s not showing the error, I don’t know the pq...
– Stand Alone