AtomLinter / linter-eslint

ESLint plugin for Atom Linter
https://atom.io/packages/linter-eslint
584 stars 141 forks source link

Clicking link to rule #1430

Closed brettz9 closed 3 years ago

brettz9 commented 3 years ago

Issue Type

Question.

Issue Description

I seem to recall there being a way to click to open the URL for a rule, but ctrl-clicking, command-clicking, etc. isn't working for me.

Maybe this could be documented on the main pages too as it is a user-facing feature. Thanks!

Bug Checklist

Linter Eslint: Debug output here
UziTech commented 3 years ago

If the rule has a link it should show up as a link icon at the end of the message. image

UziTech commented 3 years ago

This would depend on the ui package you are using for linter messages. linter-eslint just sends the messages to the ui. The ui package (like linter-ui-default) handles how to display them.

Some rules also don't have urls.

brettz9 commented 3 years ago

Ah, great, thanks so much. Dug up this issue I had forgotten about as a result and rediscovered that with shift-command, one could get to the rule in linter-ui-default despite it having lost that ability of having a visible link for those just using the panel (and not the tooltips). Thanks again!