This issue will be fixed in the next build.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
First the screenshot
When recommending functions, MQL5 hides those recommendations which are (almost) equal to what I type.
If what I type is correct, I don't mind this hiding, it's even useful, because I know it's correct.
But when I type something incorrect, wouldn't be logical to see all recommendations?
In this case, it would be useful to see Symbol function too in the list.
The same goes with printf. If I type the word "print", then Print function disappears from recommendation list.
The intuitive way would be to permit functions in recommendation list if length(typed word) <= length(function name) and word != function name