alm.tools a complete TypeScript development environment available as a simple npm package.
Atom-TypeScript, a TypeScript language service for Atom developed by TypeStrong
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.
tide - TypeScript Interactive Development Environment for Emacs
TypeScript support is enabled via the built-in Language Server Protocol client included in NeoVim since version 0.5.
The TypeScript Plugin for Sublime, available through Package Control for both Sublime Text 3 and Sublime Text 2.
.ts
and .d.ts
files.If you would like to have as-you-type completion, you can install YouCompleteMe 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") let g:ycm_semantic_triggers = {} endif let g:ycm_semantic_triggers['typescript'] = ['.']
As-you-type deoplete asynchronous completion framework for Vim 8. Needs Shougo/deoplete.nvim in order to work.
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. let g:ale_completion_enabled = 1
Install coc-tsserver by command:
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 comes with TypeScript when installing Microsoft Web Tools.
TypeScript for Visual Studio 2019 and Visual Studio 2017 (with version 15.2 or later) can be found here
TypeScript for Visual Studio 2015 with update 3 can be found here
TypeScript for Visual Studio 2013 can be found here; however, its latest supported version is TypeScript 1.8.5.
Visual Studio Code, a lightweight cross-platform editor, comes with TypeScript support built in.
WebStorm, as well as other JetBrains IDEs, contain TypeScript language support out of the box.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4