One would assume that when you declare a class you can say what it is ‘Using’
You can add using statements in your methods… but this doesn’t help when you are declaring a property of the class, then you have to say the full path of the datatype…
You shouldn’t need Using statements. That was introduced as part of the Namespaced API 1.5 stuff that Xojo backtracked on and has been replaced by API 2.0.
It makes no sense to tell users that they should not be using it. They might have their own deep nested modules in their projects which can then be addressed with using statement, third party modules or plugins of some sort.