Beef icon indicating copy to clipboard operation
Beef copied to clipboard

[Enhancement] Using alias

Open Igoorx opened this issue 4 years ago • 0 comments

Please add support for using aliases, they are quite handy for resolving name conflicts because the type will not be in the global scope. Example: https://www.dotnetperls.com/using-alias

I think another option would be to change type aliases so they don't spread to others files if they are declared outside of any namespace.

Igoorx avatar Jan 17 '21 04:01 Igoorx