vale-vscode icon indicating copy to clipboard operation
vale-vscode copied to clipboard

Improve "Go To Rule"

Open jdkato opened this issue 4 years ago • 0 comments

Currently, the extension offers an option to open the YAML file associated with an alert from the in-editor pop-up and the console.

The position is always 1:1, though:

new vscode.Location(rule, new vscode.Position(0, 0)), 'View rule')];

I think it would, where applicable, be useful to jump to the relevant line within the rule.

jdkato avatar Aug 20 '20 02:08 jdkato