zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
43.93k stars 2.36k forks source link

Support full snippet syntax for language agnostic snippets #13301

Open eproxus opened 1 month ago

eproxus commented 1 month ago

Check for existing issues

Describe the feature

It would be nice if more advanced features such as variables and transforms were supported as specified in the LSP specification.

Generic snippets were added in #13253.

If applicable, add mockups / screenshots to help present your vision of the feature

No response

7jrxt42BxFZo4iAnN4CX commented 1 month ago

TM_SELECTED_TEXT for wrapping in a snippet is the most necessary.