Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

TypeScript Editor Support

Carlos Agarie edited this pageJun 29, 2022 ·51 revisions

Quick List

alm

alm.tools a complete TypeScript development environment available as a simple npm package.

npm i alm -g

Atom

Atom-TypeScript, a TypeScript language service for Atom developed by TypeStrong

CATS

Code Assistant for TypeScript (CATS) - is an open source TypeScript development environment that runs on OS X, Windows, and Linux.Since it is also written in TypeScript, it can be easily extended if required.

Eclipse

Emacs

tide - TypeScript Interactive Development Environment for Emacs

NeoVim

TypeScript support is enabled via the built-inLanguage Server Protocol client included in NeoVim since version 0.5.

NetBeans

  • nbts - NetBeans TypeScript editor plugin

Notepad++

Sublime Text

TheTypeScript Plugin for Sublime, available throughPackage Control for both Sublime Text 3 and Sublime Text 2.

Vim

Syntax highlighting

Language Service Tools

  • Quramy/tsuquyomi

    If you would like to have as-you-type completion, you can installYouCompleteMe and add the following code into your.vimrc to specify what token will trigger the completion. YouCompleteMe will call into its respective TypeScript Plugin for semantic queries.

    if!exists("g:ycm_semantic_triggers")letg:ycm_semantic_triggers= {}endifletg:ycm_semantic_triggers['typescript']= ['.']
  • mhartington/nvim-typescript

    As-you-type deoplete asynchronous completion framework for Vim 8. NeedsShougo/deoplete.nvim in order to work.

  • ALE

    ALE (Asynchronous Lint Engine) supports as-you-type completion for TypeScript out of the box.

    " Enable completion where available." This setting must be set before ALE is loaded.letg:ale_completion_enabled=1
  • coc.nvim

Installcoc-tsserver by command:

:CocInstall coc-tsserver

coc-tsserver provide almost same features as typescript language extension of VSCode, including completion of function calls as snippets, auto import after completion etc.

Visual Studio

Visual Studio comes with TypeScript when installing Microsoft Web Tools.

TypeScript for Visual Studio 2019 and Visual Studio 2017 (withversion 15.2 or later) can be foundhere

TypeScript for Visual Studio 2015 withupdate 3 can be foundhere

TypeScript for Visual Studio 2013 can be foundhere; however, its latest supported version is TypeScript 1.8.5.

Visual Studio Code

Visual Studio Code, a lightweight cross-platform editor, comes with TypeScript support built in.

Webstorm

WebStorm, as well as other JetBrains IDEs, contain TypeScript language support out of the box.

Want to contribute to this Wiki?

Fork it and send a pull request.

News

Debugging TypeScript

Contributing to TypeScript

Building Tools for TypeScript

FAQs

The Main Repo

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp