Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coq+vscode: Properly align suggestions. #104

Open
pimotte opened this issue Jan 22, 2025 · 0 comments
Open

coq+vscode: Properly align suggestions. #104

pimotte opened this issue Jan 22, 2025 · 0 comments

Comments

@pimotte
Copy link
Contributor

pimotte commented Jan 22, 2025

Currently, behaviour with respect to suggestions that can be inserted/copied is not that consistent. For example, the Help tactic gives suggestions inline to the text, and Expand the definition gives four lines which can all be copied or inserted, which is not relevant at all.

Proposed solution:

Adapt coq-waterproof such that we clearly communicate what a message is:

  • A suggestion (insertable)
  • An error/warning (copiable)
  • Exposition (neither)

Acceptation criteria:

  • All tactics in coq-waterproof clearly communicate intend with messages
  • The vscode side properly uses these to decide which buttons to show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant