C# code generation

Hi,

i am using VP-UML to generate C# code, but i would like to have all namespaces inside my project mentioned thru “using” instead of long names of variable types.

like

Using ResourceManagement;
...
private Language defaultLanguage;

instead of

private ResourceManagement.Language defaultLanguage;

is it possible to do this somehow?

Thanks in advance

Hi Jude,

Thanks for your post. We are sorry that current we do not support using ${namespace} instead of fully-qualified name, but we will consider to support it in the future. If there is any news on this issue, I’ll come back to you at once.

Best regards,
Lilian Wong