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

[vscode] cleanup command names #699

Merged
merged 1 commit into from May 18, 2024

Conversation

Alizter
Copy link
Collaborator

@Alizter Alizter commented May 9, 2024

No description provided.

@Alizter Alizter requested a review from ejgallego May 9, 2024 14:50
Copy link
Owner

@ejgallego ejgallego left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok to me, I'm not sure if some information on what the commands do is lost tho, hard for me to judge. Couple of points:

  • coq-lsp.document: Maybe we should specify what format the document is, anyways this is just a debug call (unless we connect this call to a JSON visualizer, that could be cool actually! Maybe we could just put the output of the request in an ephemeral document-version.json file that is then opened?
  • sentenceNext/Back: note that these commands are just an approximation, so they can often fail or be imprecise.
  • trim: no idea if that sound too technical

@Alizter
Copy link
Collaborator Author

Alizter commented May 9, 2024

The main reason for keeping these names short is that they show up on Ctrl + P and >. There isn't much room in that menu for long command descriptions.

@Alizter
Copy link
Collaborator Author

Alizter commented May 9, 2024

For trim we could replace it with Coq LSP: Free memory

@ejgallego ejgallego changed the title cleanup command names [vscode] cleanup command names May 10, 2024
@Alizter
Copy link
Collaborator Author

Alizter commented May 17, 2024

I'll rebase

@Alizter Alizter force-pushed the ps/rr/cleanup_command_names branch 5 times, most recently from d9a67a2 to 527c992 Compare May 17, 2024 15:09
Signed-off-by: Ali Caglayan <alizter@gmail.com>
@Alizter Alizter force-pushed the ps/rr/cleanup_command_names branch from 527c992 to 84a7611 Compare May 17, 2024 15:10
@Alizter
Copy link
Collaborator Author

Alizter commented May 17, 2024

@ejgallego I've rebased and tweaked the wording.

@ejgallego
Copy link
Owner

Thanks Ali, I will tweak the working to say "serialize and display in a new window", as the command now opens a new windows.

@ejgallego ejgallego merged commit 5d1a523 into ejgallego:main May 18, 2024
13 checks passed
@Alizter Alizter deleted the ps/rr/cleanup_command_names branch May 18, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants