bluwy / publint

Lint packaging errors
https://publint.dev
MIT License
932 stars 19 forks source link

Add the function of quickly jumping to a specified location #67

Closed btea closed 10 months ago

btea commented 10 months ago

Taking axios as an example, its package.json content is very long. When the suggestion information shown in the figure below appears, I hope to quickly jump to the specified detailed information location.

Therefore, I think it would be very convenient if I could bind a click event to 1 suggestion and jump to the detailed information after clicking.

image

bluwy commented 10 months ago

Sounds good to me 👍 We can make those buttons which scrolls to the first suggestion/warning/error.

btea commented 10 months ago

Yes, that's what I thought.