Actifsource

#6946 Codesnippet content assist support error-tolerant smart filtering

Actifsource code generator for any programming language
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)

6946 1 matcher-2

Although 'Helloween' was not written from the beginning and incorrectly, it was recognized.

6946 2 matcher-3