castwide / solargraph

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

completeFunctionCalls on Solargraph #688

Open jcarlos7121 opened 1 year ago

jcarlos7121 commented 1 year ago

Does Solargraph provides completion for function signatures?

similar to completeFunctionCalls that is in typescript-language-server.

require('lspconfig').tsserver.setup({
  settings = {
    completions = {
      completeFunctionCalls = true
    }
  }
})

Does Solargraph has this kind of feature built-in?

Been trying to find example configurations to enable it but not sure if it does that too.

demo