Description
Hi, it would be great when we are typing predicate/class names during query writing there is a better search algorithm for the auto complete popup, I'm facing following problems everyday:
searching for module/class names after typing a letter like ::letter
is not same/good like searching algorithm for predicate
sometimes the .letter
doesn't show any suggestions like when I write a uppercase letter as a first letter search to look for suggestion.(e.g. in picture I want to find getALocalSource
but there isn't any suggestion for that)
typing get will give us getALocalSource
but the only thing that I know is that I want a predicate with name Local
here I can't reach getALocalSource
after typing Lo
the module class names are more critical for me some times the DataFlow::Class
is what I want to start work with it.
I wanted to search for word State in previous screenshot but I had to try Flow to find it!
I want to search for a predicate with word Source/source in it
I can't !
but it is popped up now!