Commands and Extensions #18061
-
Hello, how do i create commands in the settings.json file, for instance, to call a specific external tool? On a related note, hoow can one add snippets into an extension, and add visual clues to the editor on how to make the corresponding snippets panel appear in a dock? This could also go into that tutorial |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can use tasks to run commands using the integrated terminal. See https://zed.dev/docs/tasks |
Beta Was this translation helpful? Give feedback.
-
Solved for Skim I disable forwardSearch on save, and define the following command
It sucks that JSON does not allow line split literals. Note that this allows a file to be opened and previewed from an included one if the included file contains a line like The Skim displaylike allows to give also a tex file name as the parameter AFTER the pdf file and this version allows to jump also to the right place FROM an included file, as long as there is a commented line containint I guess this should be included in the latex-lsp extension with an option to install the Skim.app command. Roberto |
Beta Was this translation helpful? Give feedback.
You can use tasks to run commands using the integrated terminal. See https://zed.dev/docs/tasks