As far as I can see, addInclude can be applied to types (c++), upon which the relevant include is added to the top of the file.
Would it be possible to extend this so it can be applied to variables and methods, to automatically include the type of the variable / return type of the method? Specifically in the case of auto-typed variables this would come in handy, as VAX knows the type but it is not mentioned explicitly in code.