This PR enables the use of incrementality for completion in tactic blocks. Consider the following example: ```lean example : True := by have : True := T sleep 10000 ``` Before this PR, in order to respond to a completion request after `T`, `sleep 10000` has to complete first since the command must be fully elaborated. After this PR, the completion request is responded to immediately. |
||
|---|---|---|
| .. | ||
| Basic.lean | ||
| Diff.lean | ||
| InteractiveCode.lean | ||
| InteractiveDiagnostic.lean | ||
| InteractiveGoal.lean | ||
| TaggedText.lean | ||
| Types.lean | ||
| UserWidget.lean | ||