auto keyword, automatic type inference

 

Hey mql5 community.


I am looking for a solution to simplify coding using concepts like "auto" in c++.

If anyone has a solution like macros or vscode extensions or scripts that textreplace "auto" in the preprocessor step by the return type of the called function i would be more than happy.

I have many templates with complex types and i almost always type the exact return type anyways which is very annoying.

This would be a great quality of life improvement.

Thanks for everyone reading this.

Is there a release planned in the future to include such vital functionality?

Feel free to comment on this.

Thanks