coq / vscoq

Visual Studio Code extension for Coq
MIT License
335 stars 68 forks source link

Capabilities for outline #795

Closed rtetley closed 3 months ago

rtetley commented 3 months ago

@gares if you can briefly review this then I'll merge and use it as a basis for further work using the "outline"

gares commented 3 months ago

A nitpick. In OCaml let... in is well delimited, so if in the body you use a match, you don't necessarily need a begin end.