lean4-htt/tests/lean/interactive/completionOption.lean
2022-10-19 14:51:07 +02:00

20 lines
540 B
Text

set_option format
--^ textDocument/completion
set_option format.in
--^ textDocument/completion
set_option trace.pp.ana
--^ textDocument/completion
set_option trace.pp.analyze
--^ textDocument/completion
set_option format true
--^ textDocument/completion
set_option format.
--^ textDocument/completion
#check false -- curiously completion with a trailing dot worked even before special casing if triggered on the last token