SaaSHub helps you find the best software and product alternatives Learn more →
Coc-tsserver Alternatives
Similar projects and alternatives to coc-tsserver
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
-
-
null-ls.nvim
Discontinued Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
-
-
-
-
nvim-lsp-ts-utils
Discontinued Utilities to improve the TypeScript development experience for Neovim's built-in LSP client.
-
-
-
-
coc-tslint-plugin
coc.nvim extension that provides TSLint support using the typescript-tslint-plugin
-
tsc.nvim
A Neovim plugin for seamless, asynchronous project-wide TypeScript type-checking using the TypeScript compiler (tsc)
-
-
-
fzf-preview.vim
The plugin that powerfully integrates fzf and (Neo)vim. It is also possible to integrate with coc.nvim.
coc-tsserver discussion
coc-tsserver reviews and mentions
- There's another typescript LSP that wraps the official VSCode typescript extension and has almost the same features - vtsls
-
Typescript: Coc or Built-in LSP?
tsserver doesn't support LSP directly and was written before LSP. typescript-language-server is a translation layer on top of tsserver. Coc's coc-server is a port of VS Code's tsserver adapter plugin, which uses tsserver's native protocol (not LSP).
-
TypeScript: Property does not exist on type
I use coc.nvim. Theres a bunch of config options for coc-tsserver but if I remember correctly it works the same as Vscode out of the box
- Question about react native development using vim
-
My Annotated Vim CoC Config
I've then also installed coc-tsserver by running:
-
vim-coc: How to configure the formatter that coc uses when "coc.preferences.formatOnSaveFiletypes" is set?
Take a look at the coc-tsserver's wiki, you might find something.
-
Better Understanding of Vim colors
When configuring the TS, I've followed this guide. I've had to install NVim, coc-tssever for that tsserver inategration and autocompletion and added some mappings
-
Making vim my new Javascript ide
I have no idea what do you mean by best, but you may want to try https://github.com/neoclide/coc-tsserver which is forked from vscode.
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Jun 2026
Stats
neoclide/coc-tsserver is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of coc-tsserver is TypeScript.