lean4-htt/src/Lean/Server/Completion
Rob23oba 2594a8edad
fix: namespace completion to only use the short name (#8350)
This PR changes namespace completion to use the same algorithm as
declaration identifier completion, which makes it use the short name
(last name component) for completions instead of the full name, avoiding
namespace duplications.

Closes #5654
2025-05-22 11:58:47 +00:00
..
CompletionCollectors.lean fix: namespace completion to only use the short name (#8350) 2025-05-22 11:58:47 +00:00
CompletionInfoSelection.lean feat: faster auto-completion (#7134) 2025-02-19 10:05:18 +00:00
CompletionItemData.lean
CompletionResolution.lean feat: add labeled subcomponents and helper functions for error messages (#8225) 2025-05-07 21:15:27 +00:00
CompletionUtils.lean fix: namespace completion to only use the short name (#8350) 2025-05-22 11:58:47 +00:00
EligibleHeaderDecls.lean
ImportCompletion.lean fix: broken import completion (#8164) 2025-04-30 11:31:45 +00:00
SyntheticCompletion.lean feat: rename List.enum(From) to List.zipIdx, and Array/Vector.zipWithIndex to zipIdx (#6800) 2025-01-28 23:34:30 +00:00