lean4 icon indicating copy to clipboard operation
lean4 copied to clipboard

Completion should show results in namespaces

Open digama0 opened this issue 3 years ago • 0 comments

import Lean

#check elabTermEnsuringType
                         --^ textDocument/completion

returns no result, even though the document symbols (ctrl-T) request does reveal Lean.Elab.Term.elabTermEnsuringType and Lean.Elab.Tactic.elabTermEnsuringType. This is a regression compared to lean 3 and it's quite painful to not be able to complete things in other namespaces.

digama0 avatar Sep 28 '22 02:09 digama0