-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Extensions API: enhance DecorationOptions with a custom element #792
Comments
@alexandrudima To further refine what I'd like to be able to do:
Any feedback on the likelihood of this being implemented would be appreciated. |
With this such feature, I could also implement the editor rulers via extension (if the VSC is not going to implement #1673 ) properly. |
Migrating alm.tools to monaco (:heart:) PR alm-tools/alm#121 I had a working version of jumpy in alm with codemirror Will try and figure out how to add this to monaco 🌹 |
What an amazing job you are doing, I wasn't aware of the alm suite. Can't wait it to use in on vscode. tks. |
I want to write a jumpy too, but don't have any better api to show some label on document text. |
Please keep us informed here guys, if you manage to get jumpy like into vscode |
Jumpy allows just to move to the beginning of the word. It's better to support jumps to any symbol. https://github.com/easymotion/vim-easymotion is a good example of such functionality. |
Ok, so it seems that since I created this issue, the API has improved somewhat, and
BTW, if anyone's interested, I've created a slightly buggy but usable Jumpy extension: https://marketplace.visualstudio.com/items?itemName=wmaurer.vscode-jumpy cc @Brakkar |
vscode.DecorationOptions allows for a hoverString, but I would like decorated ranges to display a text popover text that doesn't require hovering.
This would allow me to develop an extensions equivalent to atom's jumpy
The text was updated successfully, but these errors were encountered: