lean4-htt/src/Lean/Server/Completion
Marc Huisinga c2647cdbf5
fix: pre-filter completion items mod ascii casing (#11140)
This PR ensures that we pre-filter auto-completion items modulo ASCII
casing for consistency with the VS Code fuzzy matching.
2025-11-11 14:11:05 +00:00
..
CompletionCollectors.lean refactor: move operations on String.Pos.Raw to the String.Pos.Raw namespace (#10735) 2025-10-18 12:12:55 +00:00
CompletionInfoSelection.lean refactor: discipline around arithmetic of String.Pos.Raw (#10713) 2025-10-09 07:47:45 +00:00
CompletionItemCompression.lean fix: textedit completions (#10286) 2025-09-07 09:44:16 +00:00
CompletionResolution.lean chore: rename String.Pos to String.Pos.Raw (#10624) 2025-10-01 07:45:24 +00:00
CompletionUtils.lean fix: pre-filter completion items mod ascii casing (#11140) 2025-11-11 14:11:05 +00:00
EligibleHeaderDecls.lean feat: improve auto-completion performance (#10249) 2025-09-05 08:55:49 +00:00
ImportCompletion.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
SyntheticCompletion.lean chore: rename String.Range to Lean.Syntax.Range (#10852) 2025-10-21 07:32:25 +00:00