Closed benfc1993 closed 8 months ago
I'd definitely be open to a PR adding this - do you think there might be a better way to integrate with trouble though? I've had several asks now for that.
Happy to have a look into it, although I don't know if you'd want to make trouble a dependancy. I guess it could be an optional dep, with an option to use it for qf. Kind of how you allow for notify?
That could be an option - I don't know enough about Trouble yet to have a well thought opinion on it yet.
Code is ready to go all working really well, I can't push as I don't have permissions would you be able to grant me perms please.
Awesome, thank you for your time and effort! Could you please create a fork and open a PR that way 🙏
PR raised 😃 #44
Cloed by #44
Hi, Just wondering if supporting something like this would be possible. I am using Trouble for Diagnostics, quickfix etc.
Currently I am using an autocmd to hook into when the quickfix list is opened to swap to using trouble:
However this does mean this behaviour isn't scoped to just tsc errors. Would it be possible to expose an
on_qflist_open
callback to allow scoping this kind of behaviour?Happy to make a PR if this would be of interest
Cheers