castwide / solargraph

A Ruby language server.
https://solargraph.org
MIT License
1.89k stars 158 forks source link

Snippet Support #657

Open danillos opened 1 year ago

danillos commented 1 year ago

Is it possible to add support to Snippets?

Like:

def ${1:method_name}${2:($3)}
  $0
end

I'm using Helix Editor, and they will not implement other type of Snippets only from LSP. I would help to implement, any kind of guidance is welcome.

djpowers commented 1 year ago

I'd love to see this as well! I'm also coming from the Helix Editor, which recently added support for snippets.

And to link this to the Helix tracker for discoverability, I did fine one issue there requesting this feature in helix-editor/helix#5184.