latex-lsp / texlab

An implementation of the Language Server Protocol for LaTeX
GNU General Public License v3.0
1.51k stars 52 forks source link

Add inverse search command line command #1102

Closed pfoerster closed 4 months ago

pfoerster commented 4 months ago

Adds a texlab inverse-search --input <file> --line <line> command which triggers the window/showDocument request on the main instance if possible.

Fixes #1091.

knuesel commented 4 months ago

Works wonderfully, thank you!