vim-language-server
vim-language-server copied to clipboard
have an option to not use placeholder?
can we have an option to disable not use placeholder? e.g just execuatable() not execuatable(exp)
that's useful specially if wrote code as method way: "foo"->execuatable() is correct vs "foo"->execuatable("foo") is weird and wrong.