Fox Kiester

Results 382 comments of Fox Kiester

I'd be okay with it being opt-out, but not all link types should work with the "multiple" actions. It doesn't make sense to be able to click multiple buttons that...

> I tried to address your request briefly (see the new commit) The reason there is `:-multiple` and not just `:multiple` is that the multiple commands may make sense for...

Catching the specific error is better. This wouldn't work for a function that takes a list as a single argument though.

I've started working on rewriting link-hint for #12 and am rethinking how I want to handle this issue. For one, I can't think of a circumstance in which a user...

To do that, you can create a new open command that always opens inside emacs (e.g. `:open-internal`; see [creating new commands](https://github.com/noctuid/link-hint.el#creating-new-commands)). For many commands the `:open-internal` function could just copy...

Agreed. Can you give an example of a package that makes clickable overlays that link-hint does not currently detect? With the current extension system, this should be easy to do,...

If I understand your suggestion, I need to explore whether it is possible easily with avy. Is your idea to use an overlay to, for example, show references for some...

Wouldn't you manually have to trigger a code lens? In that case, you could potentially set up some keybindings for scrolling through or selecting specific candidates at that point. The...

Bare with me as I have very little experience with vs code, vs, and have only just heard of codelens. IIUC you want to put a bunch of clickable overlays...

I mean to reply to this the day of; sorry for the late response. This is hypothetically possible to do, but it would need to be addressed directly in avy....