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

Use this language-server outside VSCode #301

Closed
semanser opened this issue Jan 8, 2018 · 2 comments
Closed

Use this language-server outside VSCode #301

semanser opened this issue Jan 8, 2018 · 2 comments

Comments

@semanser
Copy link

semanser commented Jan 8, 2018

Hello. I have a simple question. Is it possible to run this server separately from vscode and for example Vim as a client (with some plugin of course)? Will this provide the same quality of autocomplete and IDE-functions as VSCode does?

@rcjsuen
Copy link
Contributor

rcjsuen commented Jan 8, 2018

@semanser This repository houses code for a) writing a language server in TypeScript and b) writing a language server plug-in for VS Code. This repository itself is not a language server.

If you are searching for a C++ or Java language server or whatever programming language, this repository is not what you are looking for.

@dbaeumer
Copy link
Member

dbaeumer commented Jan 9, 2018

@rcjsuen is correct. @semanser you might want to have a look at this page to get on overview of available language servers and who maintains them. https://microsoft.github.io/language-server-protocol/implementors/servers/

@dbaeumer dbaeumer closed this as completed Jan 9, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants