typst-lsp
typst-lsp copied to clipboard
Integrate external viewer compatible with jump to source functionality
- [ x ] Error reporting
- [ x ] Hovering support
- [ x ] Completion support
- Integrate pdf or png viewer
- Jump to source
- Goto Definition
- Include docs
Integrate pdf or png viewer
As a configuration option, this should take a path to a binary or, at the very least have the option to add a callback. This will allow users to use whatever general program they want regardless of the editor.
If we default to our own, it would help with the feature jump to source, we couldn't support it for external viewers
Envoyé à partir de Outlook pour Androidhttps://aka.ms/AAb9ysg
From: SeniorMars @.> Sent: Saturday, March 25, 2023 8:36:59 AM To: nvarner/typst-lsp @.> Cc: astrale-sharp @.>; Author @.> Subject: Re: [nvarner/typst-lsp] Feature tracker (Issue #4)
Integrate pdf or png viewer
As a configuration option, this should take a path to a binary or, at the very least have the option to add a callback. This will allow users to use whatever general program they want regardless of the editor.
— Reply to this email directly, view it on GitHubhttps://github.com/nvarner/typst-lsp/issues/4#issuecomment-1483753459, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMZTDKV5QUNUFZJYMORCASLW52OBXANCNFSM6AAAAAAWFBJTZA. You are receiving this because you authored the thread.Message ID: @.***>
I will help make this language server compatible with external viewers as I am interested in other editors.
jump to source
I'm very interested in adding a SyncTeX like feature for all editors. I'll help collaborate on this.
Is it possible to support Synctex itself? Would be great to stay compatible with many existing pdf viewers.