Piotr Osiewicz
Piotr Osiewicz
Hey, I'm gonna cut a new 0.0.3 release for emmet extension in #11873
Aand it's out.
Snippet support is now available as "Snippets" extension in the store. Give it a go; it should work with both Stable and Preview versions of Zed. You can now store...
Can you share your snippets file? It should work just like normal completions, so you shouldn't have to do anything special.
I'm not sure if that's a valid syntax; does it work for you in other editors, e.g. VSC? Edit: I've checked it myself - it is inserted verbatim in VSC....
Hey @failable, Currently we can only launch a language server for a known subset of languages (we don't have an ability to launch a language server for any file); we've...
@failable there's a `editor: show completions` action. @ivansigmund see https://github.com/zed-industries/zed/issues/4611#issuecomment-2179009910, LaTeX has to be added to the list manually for now.
For people who do see it, does it happen only once you spend some time coding, or is it reproducible for you with a given project regardless of the time...
I've opened a PR that adds support for VTSLS. It should be available in the next Preview version on 5th of June. If you're eager to give it a try...
I believe I have a repro: can somebody experiencing this issue confirm that with the following project: [ts-completions-repro.tar.gz](https://github.com/user-attachments/files/15536565/ts-completions-repro.tar.gz) Trying to autocomplete a variable from `variables.ts` inside `index.ts` shows similar symptoms...