godotengine / emacs-gdscript-mode

An Emacs package to get GDScript support and syntax highlighting.
GNU General Public License v3.0
316 stars 36 forks source link

Add support for company-mode for completion #24

Closed NathanLovato closed 4 years ago

NathanLovato commented 4 years ago

We have basic completion in place already, it'd be nice to integrate it with company, at least as a fallback completion until the language server is available in stable releases.

NathanLovato commented 4 years ago

It turns out company-capf has us covered there. It's just up to the user to turn on company for gdscript-mode.

As we don't have a way to get completion from the engine except with lsp, I think thereś no point bothering to create a dedicated company backend.