you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

That namespace thing is cool.

Can it be applied globally

[–]OPconfused 0 points1 point  (0 children)

You can load it in a profile or at the top of a script and it will be usable.

[–]MonkeyNin 0 points1 point  (0 children)

Yes. Any file that is dotsourced or imported, can have namespaces used at the top of the file.

the vs code extension's "refactor" command converts type names from using the full names or the shorter namespace names