I'm struggling a little with finding out a way to go to the recommended links on coc-eslint... Considering I have a vim configuration which doesn't use set mouse=a I can right-click the popup as the following:
However, in this example it'll break the link in two lines and only capture https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/ (it'll miss display-name.md on the link). If I use a configuration set mouse=a it's worse because I can't right-click the recommended link, I need to use a workaround like using set mouse=nich just so I still have the option of right-clicking it while the text is in Visual mode.
I'm not sure if I'm missing some functionality on coc-eslint... But since eslint always recommends documentation links it would be nice having an easy way of going to the link. Is it currently possible?
Hi,
I'm struggling a little with finding out a way to go to the recommended links on
coc-eslint
... Considering I have a vim configuration which doesn't useset mouse=a
I can right-click the popup as the following:However, in this example it'll break the link in two lines and only capture
https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/
(it'll missdisplay-name.md
on the link). If I use a configurationset mouse=a
it's worse because I can't right-click the recommended link, I need to use a workaround like usingset mouse=nich
just so I still have the option of right-clicking it while the text is in Visual mode.I'm not sure if I'm missing some functionality on
coc-eslint
... But sinceeslint
always recommends documentation links it would be nice having an easy way of going to the link. Is it currently possible?