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

Feature request: Allow permanent display of on-hover information #1

Closed
brandon-fryslie opened this issue Nov 22, 2020 · 3 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@brandon-fryslie
Copy link

I'm very new to g-code, and the on-hover information is fantastic and indispensable. It would be even better if we could always display the information on the same line after the line ends. I'm not sure if you've used IntelliJ, but that IDE presents information in that way often. I think it would make this plugin even better.

Thanks so much for the excellent plugin!

@scottmwyant
Copy link
Owner

Excellent idea!

I'm enjoying a little break from this project now that I finally got it on marketplace, but I'll put this "on the roadmap".

Note to self: https://vscode.rocks/decorations/

@scottmwyant
Copy link
Owner

Proof of Concept

@brandon-fryslie I looked at implementing your idea of "annotation after the end of the line" (called "decoration" in VS Code) but I didn't like how it was shaping up. What happens when there are multiple words on the same line, what if the definition is really verbose, and how to handle multiple instances of a word?

Today I had the idea to simply display the dictionary. This would work like the native command "Markdown: Open Preview to the Side". See screenshot below. I think this looks promising.

image

@scottmwyant scottmwyant pinned this issue May 1, 2021
@scottmwyant scottmwyant self-assigned this May 1, 2021
@scottmwyant scottmwyant added the enhancement New feature or request label May 1, 2021
@scottmwyant
Copy link
Owner

scottmwyant commented May 9, 2021

Feature released in v0.2.0

Added the G-Code: Show the dictionary command in v0.2.0, which is now live on the marketplace.

icon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants