|
|
|
|
|
by ngrilly
496 days ago
|
|
I use VSCode with the C# LSP, but I prefer to immediately see where a name comes from by reading it, rather than hovering over it. That's why I prefer to avoid global. Regarding imports, I guess I could do something like `using c = my.namespace.ClassWithMyStaticMethods`, but I suppose it's not idiomatic in C#. |
|
Non idiomatic? IMO, this is completely fine. Idiomatic C# doesn't mean OO all the time.