-
Notifications
You must be signed in to change notification settings - Fork 0
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
feature request: formatting and controlling line in goal view #2
Comments
Hi, thanks for suggestions. 1. formattingI believe VsCoq on VS Code doesn't support this either. The older Coq server ( I'm a bit busy now, so I suggest you to check if the VsCode client behaves similarly, and if so please raise an issue on the vscoq repository. 2. focusThat sounds like a good idea. Some points for discussion:
|
I agree regarding Regarding Focusing: in my opinion the most productive view is to view as much of the current goal as possible but no more. So:
I am not sure if this is the best way to view things, and I am not expert enough with vim to understand how complex or trivial this might be. But it feels the most natural to me. |
Implemented formatting: ceecc61 |
So this is two feature requests actually,
The first is to have line split + indendetation at ever
->
or<->
it makes folowing the goals a bit easier, for instance compare the following formattings side by side:The second thing is to always keep the goal in the viewable part of the buffer, for isntance, somtimes i have lots of assumptions, and I end up having to scroll to the bottom of the goal to see the what I am proving as in this example:
It is more ergonomic if the focus (not sure if I am using the right terminology) is on the first goal instead of the asumptions.
The text was updated successfully, but these errors were encountered: