When using code snippets in Visual Studio Code, the behavior of cw which turns into Console.WriteLine() always includes the fully qualified name when it is auto completed, as follows.
System.Console.WriteLine()
However, I already have using System; declared at the top of my file.
Why does VSCODE insist on including the namespace in the code snippet?
I am expecting it to auto complete into this,
Console.WriteLine()
Is this normal behavior to be expected from VSCODE?
This is not yet possible and tracked in https://github.com/Microsoft/vscode/issues/10561
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With