Since some projects can contain hundreds of proposals in the content assist of a code snippet, it is not easy to find the right proposal if the name has to be spelled correctly or is not exactly known.
For this reason, error-tolerant smart filtering should be supported.
Although 'Helloween' was misspelled it was recognized.
(The Levenshtein algorithm was used for the error correction with distance 2 https://en.wikipedia.org/wiki/Levenshtein_distance)
Although 'Helloween' was not written from the beginning and incorrectly, it was recognized.
For this reason, error-tolerant smart filtering should be supported.
Although 'Helloween' was misspelled it was recognized.
(The Levenshtein algorithm was used for the error correction with distance 2 https://en.wikipedia.org/wiki/Levenshtein_distance)
Although 'Helloween' was not written from the beginning and incorrectly, it was recognized.