LSP-TexLab
LSP-TexLab copied to clipboard
How forward search work?
i am not sure it is caused by LSP or LSP-TexLab or TexLab i cannot use forward search with "Alt+DoubleClick", what is the correct way? my config file:
"texlab.forwardSearch.executable": "D:/Software/SumatraPDF/SumatraPDF.exe",
"texlab.forwardSearch.args": [
"-reuse-instance",
"%p",
"-forward-search",
"%f",
"%l"
],
Forward search is unbound. You must set up a key bind executing the command lsp_texlab_forward_search.
{ "keys": ["alt+b"], "command": "lsp_texlab_forward_search"},
it works
I hope it can appear in the right click menu in the future