typescript-tools.nvim - The TypeScript Integration NeoVim Deserves

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • typescript-tools.nvim

    ⚡ TypeScript integration NeoVim deserves ⚡

  • After months of hard work, I'm thrilled to present typescript-tools.nvim. You might be wondering why we need another TypeScript plugin. Allow me to explain my reasoning: the existing typescript-language-server tends to perform slowly, especially in large projects. This plugin aims to address this problem by eliminating the proxy between the Language Server Protocol (LSP) and the native Tsserver protocol. Instead, it deeply integrates Tsserver with NeoVim using a dedicated I/O loop, enabling direct communication via the Tsserver protocol. Thanks to that, the plugin functions identically to the TypeScript extension bundled in Visual Studio Code .

  • typescript.nvim

    Discontinued A Lua plugin, written in TypeScript, to write TypeScript (Lua optional).

  • Is this going to replace the typescript plugin (https://github.com/jose-elias-alvarez/typescript.nvim) ? If yes, is there any difference or anything I need to migrate from this?

  • 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
  • nvim-lsp-file-operations

    Neovim plugin that adds support for file operations using built-in LSP

  • Currently, we don't have a separate command for it, but it is supported through the nvim-lsp-file-operations. However, adding a command is certainly possible.

  • Visual Studio Code

    Visual Studio Code

  • mason.nvim

    Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.

  • Looks really cool! Does this integrate with mason.nvim or is there something like a migration guide for it?

  • vtsls

    LSP wrapper for typescript extension of vscode

  • Great work! Sorry to ask another “how does this compare with…” question, but have you come across vtsls and nvim-vtsls?

  • nvim-vtsls

  • Great work! Sorry to ask another “how does this compare with…” question, but have you come across vtsls and nvim-vtsls?

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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