sublimelsp / LSP-TexLab

LaTeX support for Sublime's LSP plugin provided through latex-lsp/texlab.
https://packagecontrol.io/packages/LSP-TexLab
MIT License
16 stars 2 forks source link

How forward search work? #5

Open islercn opened 3 years ago

islercn commented 3 years ago

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"
    ],
LDAP commented 3 years ago

Forward search is unbound. You must set up a key bind executing the command lsp_texlab_forward_search.

islercn commented 3 years ago

{ "keys": ["alt+b"], "command": "lsp_texlab_forward_search"},

it works

islercn commented 3 years ago

I hope it can appear in the right click menu in the future