There's another typescript LSP that wraps the official VSCode typescript extension and has almost the same features - vtsls

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • vtsls

    LSP wrapper for typescript extension of vscode

  • LSP Wrapper: https://github.com/yioneko/vtsls

  • typescript-language-server

    TypeScript & JavaScript Language Server

  • Before, I was using typescript-language-server as it is LSP compliant but it was slow and lacks the features of what VSCode's implementation has, like extracting functions, constants, types into interfaces or alias and single imports. Auto-completion was also not very predictive as sometimes it works and sometimes it doesn't. For instance, I was having trouble getting it to auto-complete common attributes like className or href in JSX projects. It could be that I may be doing something wrong but didn't find any solution on how to get it properly working.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • coc-tsserver

    Tsserver extension for coc.nvim that provide rich features like VSCode for javascript & typescript

  • dotfiles

    All my environment setup scripts and dotfiles. (by schardev)

  • I haven't pushed latest changes to my repo yet but you can just add it to the lsp servers list and disable typescript.nvim plugin and it should work just fine. (Make sure you have vtsls installed or you could just uncomment this line and it'll install it automatically).

  • tsc.nvim

    A Neovim plugin for seamless, asynchronous project-wide TypeScript type-checking using the TypeScript compiler (tsc)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts