MQL5 inline help little (annoying) problem / bug

 

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 

 
This issue will be fixed in the next build.

Reason: