This could include more options than just whether to include the namespace or not; other possible options to consider:
[x] whether or not to include type parameter names with open generic types (see #2)
[X] whether or not to use C# keywords for primitive types (added in 868f39da57ed374db9b53bda8892cd56e804cd3e)
[X] whether or not to omit certain common namespace (such as System, System.Collections.Generic, etc.) (Let's not do this advanced functionality at this time.)
This could include more options than just whether to include the namespace or not; other possible options to consider:
whether or not to omit certain common namespace (such as(Let's not do this advanced functionality at this time.)System
,System.Collections.Generic
, etc.)