Commit graph

54 commits

Author SHA1 Message Date
Qiming Zhao
68e60a6924
upgrade typescript to 4.7.2 2022-05-28 06:45:25 +08:00
Qiming Zhao
2cb095db25
upgrade typescript to 4.6.4 2022-05-13 20:51:13 +08:00
Qiming Zhao
3a41bbe045
rework inlayHints features
Use languages.registerInlayHintsProvider API
2022-05-06 15:05:06 +08:00
Qiming Zhao
dfd41e1368
use cached format options 2022-04-20 21:12:53 +08:00
Qiming Zhao
3448f5237a
upgrade typescript 2022-04-06 15:53:46 +08:00
Qiming Zhao
d04366cc30
Release 1.9.7 2022-01-20 04:04:13 +08:00
Qiming Zhao
3a992bc316
upgrade dependencies
Closes #342
2022-01-12 04:13:06 +08:00
Qiming Zhao
30a23e2454 chore(package): upgrade typescript module 2021-12-21 17:00:31 +08:00
Qiming Zhao
c38a399405 chore(package): upgrade coc.nvim 2021-12-21 13:50:24 +08:00
Heyward Fann
0e5132f041
fix: getDiagnostics breaking changes (#307) 2021-08-20 18:14:32 +08:00
Qiming Zhao
225bef61f7 update coc.nvim 2021-07-23 00:04:22 +08:00
Qiming Zhao
65d1f31d08 Upgrade typescript to 4.3.5 2021-07-22 22:23:25 +08:00
Qiming Zhao
e99f1c8079 fix type issues with previewer and completion 2021-07-22 22:18:08 +08:00
Heyward Fann
f76e310d42
feat: callHierarchy support (#297)
needs https://github.com/neoclide/coc.nvim/pull/2756

closes https://github.com/neoclide/coc-tsserver/issues/128
2021-06-10 15:29:25 +08:00
Heyward Fann
cd624aa05e
feat: Import Statement Completions (#291)
https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/#import-statement-completions
2021-05-28 18:45:47 +08:00
Qiming Zhao
6d3036523e use esbuild replace webpack 2021-01-06 17:42:01 +08:00
Qiming Zhao
d088a3c5c7 add webpack to devDependencies
Closes #243
2020-12-21 16:48:16 +08:00
Qiming Zhao
954e292f2f use next release of coc.nvim 2020-12-17 20:28:49 +08:00
Qiming Zhao
bac3ec6149 Release 1.6.4 2020-12-16 11:34:12 +08:00
Qiming Zhao
44a01bb208 update dependencies 2020-11-24 11:36:37 +08:00
JUX84
2540b7f626
update ts to 4.1.2 and fix build (promise typings) (#232) 2020-11-24 10:21:06 +08:00
Qiming Zhao
37618c49eb update dependencies 2020-11-13 12:43:45 +08:00
Qiming Zhao
08513684f3 udpate dependencies
remove tslint & @chemzqm/tsconfig
2020-10-27 14:28:07 +08:00
Qiming Zhao
7999ac085e ignore not applicable refactor code actions 2020-09-22 19:20:14 +08:00
Qiming Zhao
fe7ce3a834 chore(package): update dependencies 2020-07-22 15:26:22 +08:00
Qiming Zhao
fde4e6cdd5 update typescript module 2020-06-20 10:45:50 +08:00
Qiming Zhao
f1d89b6c59 update dependencies 2020-05-21 14:57:14 +08:00
Qiming Zhao
22720dced6 Add configuration for includeAutomaticOptionalChainCompletions
Closes #134
2020-04-10 18:19:55 +08:00
Qiming Zhao
d5d4be5aa1 update dependencies 2020-03-21 16:40:03 +08:00
Qiming Zhao
e99f045359 update dependencies 2020-03-21 14:54:58 +08:00
Qiming Zhao
aa9a8aa0e3 support semicolons format option 2019-12-11 18:50:15 +08:00
Heyward Fann
4da03344c0 Fix dependencies error while upgrade to Typescript 3.7 (#93)
* Revert "Upgrade to typescript 3.7 (#91)"

This reverts commit c7c4eea74c.

* fix(package.json): upgrade TS 3.7

fix #92
2019-11-13 14:26:39 +08:00
Thomas B Homburg
c7c4eea74c Upgrade to typescript 3.7 (#91) 2019-11-07 16:15:16 +08:00
chemzqm
ce6a499436 update dependencies 2019-10-31 09:56:45 +08:00
chemzqm
486202a7e5 upgrade typescript module, remove noSemicolons preferences 2019-09-09 12:26:36 +08:00
chemzqm
4ac0cd85cd upgrade dependencies, closes #60 2019-08-17 23:37:04 +08:00
chemzqm
f8ed02524d remvoe webpack from dependencies 2019-07-22 02:11:41 +08:00
chemzqm
143ebcf542 use webpack 2019-06-20 07:36:12 +08:00
chemzqm
0d84cdf870 Revert "support b:coc_tsserver_disable, closes #13"
This reverts commit 5946299675.
2019-06-13 22:28:42 +08:00
chemzqm
5946299675 support b:coc_tsserver_disable, closes #13 2019-06-12 20:42:41 +08:00
chemzqm
f1aa930569 add new features:
- Loading status
- Batched buffer synchronize
- Configuration for showUnused variable
- Smart selection support
- Support 'auto' as quoteStyle
- Support validateDefaultNpmLocation
2019-06-10 02:24:30 +08:00
chemzqm
046670f54b udpate dependencies 2019-06-09 22:03:27 +08:00
chemzqm
898bf1585f use vim to run watchBuild 2019-04-12 16:33:19 +08:00
chemzqm
b192c64c3a downgrade typescript to 3.3.4000 2019-04-05 11:38:06 +08:00
chemzqm
577ea1e8cc update dependencies 2019-04-03 14:52:08 +08:00
chemzqm
d1d341b2a8 fix compile fail with tsc 3.2.2 2018-12-29 19:49:36 +08:00
chemzqm
86b29ccadf update dependencies 2018-11-14 11:20:46 +08:00
chemzqm
e759b156b4 support projectRootPath for document 2018-11-07 11:49:32 +08:00
chemzqm
0cddc4acac use quickfix list for watchBuild 2018-10-30 03:12:06 +08:00
chemzqm
e4dbb9f68c fix organizeImports not working sometimes 2018-10-25 22:47:00 +08:00