This commit is contained in:
chemzqm 2018-09-07 20:43:24 +08:00
parent 54d03a04c1
commit c2eed262c0

View file

@ -18,7 +18,14 @@ Almost same as VSCode.
* Support javascript & typescript and jsx/tsx.
* Install typings automatically.
* Commands to work with tsserver.
* Commands to work with tsserver, including:
* `tsserver.reloadProjects`
* `tsserver.openTsServerLog`
* `tsserver.goToProjectConfig`
* `tsserver.restart`
* `tsserver.format`
* `tsserver.organizeImports`
* `tsserver.watchBuild`
* Code completion support.
* Go to definition.
* Code validation.