stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.34k stars 223 forks source link

Added filter suggestions #186

Closed ilyapuchka closed 6 years ago

ilyapuchka commented 6 years ago

When unknown filter is used it may be due to typo or some other mistake. We got quite a few issue reports in Sourcery because wrong filter name was used based on outdated documentation or other reasons. This PR adds suggestions for filters based on Levenshtein distance as suggested in https://github.com/krzysztofzablocki/Sourcery/issues/471 This might be extended to tags names, but seems like errors in filters are more common.