lean4-htt/tests/lean/interactive
Sebastian Ullrich 51dc32957b feat: show universe args on hover
We might also want to replace them with fresh vars to make the hover
completely independent of the context, but this change at least avoids
any hidden information.
2021-12-20 10:51:44 +01:00
..
533.lean fix: fixes #533 2021-06-29 15:20:46 -07:00
533.lean.expected.out feat: improve getCompletionKindForDecl 2021-12-15 12:57:09 -08:00
863.lean fix: completion for aliases 2021-12-10 12:14:11 -08:00
863.lean.expected.out feat: save syntax around recursive applications 2021-12-16 17:13:55 -08:00
amb.lean
amb.lean.expected.out feat: improved name-unresolving in delab 2021-09-07 16:26:00 +02:00
completion.lean
completion.lean.expected.out feat: add CompletionItemKind 2021-12-15 11:24:11 -08:00
completion2.lean
completion2.lean.expected.out feat: add CompletionItemKind 2021-12-15 11:24:11 -08:00
completion3.lean
completion3.lean.expected.out feat: add CompletionItemKind 2021-12-15 11:24:11 -08:00
completion4.lean
completion4.lean.expected.out feat: add CompletionItemKind 2021-12-15 11:24:11 -08:00
completion5.lean
completion5.lean.expected.out feat: add CompletionItemKind 2021-12-15 11:24:11 -08:00
completion6.lean
completion6.lean.expected.out feat: improve getCompletionKindForDecl 2021-12-15 12:57:09 -08:00
completion7.lean
completion7.lean.expected.out feat: improve getCompletionKindForDecl 2021-12-15 12:57:09 -08:00
completionAtPrint.lean feat: compleation at #print command 2021-12-15 13:13:39 -08:00
completionAtPrint.lean.expected.out feat: compleation at #print command 2021-12-15 13:13:39 -08:00
completionDocString.lean feat: add docstring to CompletionItem 2021-10-28 08:14:40 -07:00
completionDocString.lean.expected.out feat: add CompletionItemKind 2021-12-15 11:24:11 -08:00
completionEOF.lean
completionEOF.lean.expected.out feat: add CompletionItemKind 2021-12-15 11:24:11 -08:00
completionIStr.lean
completionIStr.lean.expected.out feat: add CompletionItemKind 2021-12-15 11:24:11 -08:00
completionOption.lean fix: option completion after trailing . 2021-12-10 14:19:19 -08:00
completionOption.lean.expected.out feat: add CompletionItemKind 2021-12-15 11:24:11 -08:00
completionPrv.lean
completionPrv.lean.expected.out feat: improve getCompletionKindForDecl 2021-12-15 12:57:09 -08:00
definition.lean
definition.lean.expected.out
editAfterError.lean
editAfterError.lean.expected.out feat: unify goal handlers 2021-08-24 08:57:41 -07:00
editCompletion.lean
editCompletion.lean.expected.out feat: add CompletionItemKind 2021-12-15 11:24:11 -08:00
goalEOF.lean
goalEOF.lean.expected.out
goalIssue.lean chore: adapt stdlib & tests 2021-05-20 15:17:36 -07:00
goalIssue.lean.expected.out
goTo.lean fix: go to definition for macro_rules etc. 2021-11-24 11:54:13 +01:00
goTo.lean.expected.out fix: go to definition for macro_rules etc. 2021-11-24 11:54:13 +01:00
haveInfo.lean chore: adapt stdlib & tests 2021-05-20 15:17:36 -07:00
haveInfo.lean.expected.out chore: adapt stdlib & tests 2021-05-20 15:17:36 -07:00
hover.lean fix: do not show type of sort in hover 2021-12-19 11:03:15 +01:00
hover.lean.expected.out feat: show universe args on hover 2021-12-20 10:51:44 +01:00
hoverDot.lean feat: show fully-qualified name in hover text 2021-11-21 15:23:21 +01:00
hoverDot.lean.expected.out feat: show fully-qualified name in hover text 2021-11-21 15:23:21 +01:00
hoverException.lean fix: swallow exception on hover formatting 2021-06-23 23:29:46 +02:00
hoverException.lean.expected.out fix: swallow exception on hover formatting 2021-06-23 23:29:46 +02:00
inWordCompletion.lean fix: in-word completion 2021-12-10 15:48:35 -08:00
inWordCompletion.lean.expected.out feat: add CompletionItemKind 2021-12-15 11:24:11 -08:00
keywordCompletion.lean feat: keyword completion 2021-12-15 11:24:11 -08:00
keywordCompletion.lean.expected.out feat: add CompletionItemKind 2021-12-15 11:24:11 -08:00
macroGoalIssue.lean chore: adapt stdlib & tests 2021-05-20 15:17:36 -07:00
macroGoalIssue.lean.expected.out test: for tactic state visualization bug 2021-05-17 15:12:50 -07:00
match.lean
match.lean.expected.out feat: add CompletionItemKind 2021-12-15 11:24:11 -08:00
matchStxCompletion.lean
matchStxCompletion.lean.expected.out feat: add CompletionItemKind 2021-12-15 11:24:11 -08:00
partialNamespace.lean
partialNamespace.lean.expected.out
plainGoal.lean fix: tactic state on {/· 2021-05-21 17:13:33 -07:00
plainGoal.lean.expected.out fix: tactic state on {/· 2021-05-21 17:13:33 -07:00
plainTermGoal.lean chore: fix tests 2021-08-07 13:22:58 -07:00
plainTermGoal.lean.expected.out chore: fix tests 2021-08-07 13:22:58 -07:00
references.lean fix: reference fields in constructor correctly 2021-12-10 15:25:43 +01:00
references.lean.expected.out fix: find references to function parameters in function body 2021-12-10 15:25:43 +01:00
run.lean
stdOutput.lean fix: isolate std streams for all commands in server mode 2021-05-19 13:30:54 +02:00
stdOutput.lean.expected.out fix: isolate std streams for all commands in server mode 2021-05-19 13:30:54 +02:00
test_single.sh chore: disable LSAN in server tests for now 2021-06-23 08:53:20 +02:00
unterminatedDocComment.lean fix: make unterminated comments consume all input 2021-07-22 15:55:12 +02:00
unterminatedDocComment.lean.expected.out feat: unify goal handlers 2021-08-24 08:57:41 -07:00