Verbose Lean has a mechanism to provide suggestions through shift+clicking parts of goals and hypotheses. This works, but clicking the suggestion does not implement it.
Reproduction:
- Checkout https://github.com/impermeable/waterproof-exercises-lean/tree/c0932711ab104a5fa73367055f8facf3b6ebab4a
- Add "useDefaultSuggestionProviders" on a single line, after the imports, before
#doc in WaterproofExercisesLean/example_file.lean
- Move your cursor to the start of the input area of exercise 1.1.14
- Shift+Click the middle "\and" symbol in the goal in the tactic state (not in the "We need to show")
- Observe the suggestions: Let's first prove that p ∧ q and Let's first prove that r ∧ s
- Click either. It will not be inserted, and it should be.
Verbose Lean has a mechanism to provide suggestions through shift+clicking parts of goals and hypotheses. This works, but clicking the suggestion does not implement it.
Reproduction:
#docin WaterproofExercisesLean/example_file.lean