jslint-org / jslint

JSLint, The JavaScript Code Quality and Coverage Tool

Home Page:https://www.jslint.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Go to line in functions and warnings report

unrealapex opened this issue · comments

commented

Is your feature request related to a problem? Please describe.

It would be nice to be able to click a warning or function and go to the line and column it is located on from the reports section.

Describe the solution you'd like

When you click on a line number (13:4), the cursor would go to that line.

commented

@kaizhu256 looking through the CodeMirror docs, I think this might be achieveable using doc.setCursor

yea, this ux-feature is worth adding. will get around to it eventually when other things on my plate are cleared. or you can can submit a pr if your impatient ; )

commented

I could give it a shot, I'm a little busy this week so maybe in a few.