Danila
Danila
Hey, Have you tried setting your custom mappings for the preview window in the config and check if it's working?
It looks like there is a problem in applying the default config inside the plugin. #16 could be related to this.
Hey, thanks for the PR! Cool feature, there are however a few things to consider: 1. I would prefer it to be configurable in case the user wants to disable/enable...
Hey, I'm not sure if there is an API for modifying the `oldfiles` list I'll look into it
Sorry, i didn't get the part "make the main editor to the position of currently selected popup item", how does that work? You want to activate selected location in the...
I see. Not sure about breadcrumbs, but having an option to jump to location while maintaining the preview window open sounds useful. Glance already uses the winbar to display location's...
Hey, thanks for the suggestions I've considered implementing filler beneath the preview window with virtual lines at some point, but dropped the idea due to limitations in extmarks api. It...
Hey, sorry for the late reply! Call hierarchy will be supported, it's not a simple task because Glance wasn't designed to display nested folded groups in the list, but will...
Thank you, the idea was to use virtual lines to fill the space where glance is rendered so the preview window doesn't obstruct the code underneath and gives the ability...