
I am trying to mimic the behavior of visual studio. where if you type a character the completionlist comes up and begins to filter after the second character is typed. The Session does great if you have an exact match for what you are typing, but if you type something that is in the middle of a word lets say "egin" and you are looking for the word "begin" how would you create a filter to find these cases where you want to be able to type partial words or middle sections of words and have those remain inside the completion list if there are no matches.