Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XPath results: nodes with clickable links #306

Open
andbue opened this issue Apr 6, 2020 · 0 comments
Open

XPath results: nodes with clickable links #306

andbue opened this issue Apr 6, 2020 · 0 comments

Comments

@andbue
Copy link

andbue commented Apr 6, 2020

Description
It would be great if we could directly jump from the XPath query results to the position of the document.

Suggestion
In evaluateXPath, line 76:

outputChannel.appendLine(`[Position ${editor.document.uri}:${node.lineNumber}:${node.columnNumber}] ${node.localName}: ${node.textContent}`);

–> Produces the desired result, at least on Linux (should be tested on other OS, there might be some qirks according to microsoft/vscode#586).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants