Josh Edwards

Results 3 comments of Josh Edwards

I have added the zed/snippets/snippets.json - and when I restarted Zed the snippet is showing with typing the prefix in a hovering selector (awesome!)- but when I press enter or...

> Can you share your snippets file? It should work just like normal completions, so you shouldn't have to do anything special. ```json { "getVars": { "prefix": "var", "body": "${getVars({...

I think it is bad syntax on my part (${} is used for arguments for snippets it looks like)- thanks!