Beef
Beef copied to clipboard
[Enhancement] Using alias
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.