Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using more than one language server at a time within a file #611

Closed
leungbk opened this issue Jan 30, 2021 · 1 comment
Closed

Allow using more than one language server at a time within a file #611

leungbk opened this issue Jan 30, 2021 · 1 comment

Comments

@leungbk
Copy link
Contributor

leungbk commented Jan 30, 2021

When working with JavaScript, it is common to want to run the vscode-eslint server for diagnostics, while running a more general-purpose server like the Flow or TypeScript server for definition-hopping and the like.

lsp-mode.el supports this kind of set up. It would be nice if eglot did as well.

@joaotavora
Copy link
Owner

There are multiple issues for this, try to find the active one and let's close this one. By the way, you can have multiple flymake backends. I have an eslint Flymake backend which can coexist with a language server managed by Eglot. But I agree this is a desirable feature. So closing this one, and it's up to you to search the issue archives and link this with the existing issues. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants