Skip to content

Company mode and JavaScript (can't find company-js) #1424

Answered by dgutov
fergiemcdowall asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! Only a minority of the built-in backends are language-specific ones. And we often try to migrate those into the respective major modes (as has already happened with company-elisp and company-css).

For JavaScript, you can keep using one of the built-in ones (dabbrev-code or etags) if it's a smaller project and/or you know how to generate a TAGS file (and like that approach, which it not everyone's cup of tea), or install one of the available LSP clients for richer experience (eglot or lsp-mode): they plug into Company for completion UI.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@dgutov
Comment options

@fergiemcdowall
Comment options

Answer selected by fergiemcdowall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants