Commit graph

249 commits

Author SHA1 Message Date
Qiming Zhao
c4e4ef2a8c
Release 1.11.1 2022-07-31 18:36:56 +08:00
Qiming Zhao
8234e83f92
Release 1.11.0 2022-07-30 00:46:28 +08:00
Heyward Fann
84309083d1
feat(commands): Go to Source Definition (#384) 2022-07-30 00:43:59 +08:00
Qiming Zhao
74103e5e35
Release 1.10.5 2022-06-11 16:43:36 +08:00
Qiming Zhao
68e60a6924
upgrade typescript to 4.7.2 2022-05-28 06:45:25 +08:00
Qiming Zhao
baddbc2610
Release 1.10.4 2022-05-13 20:52:07 +08:00
Qiming Zhao
2cb095db25
upgrade typescript to 4.6.4 2022-05-13 20:51:13 +08:00
Qiming Zhao
d5a744a725
Release 1.10.3 2022-05-06 15:05:33 +08:00
Qiming Zhao
3a41bbe045
rework inlayHints features
Use languages.registerInlayHintsProvider API
2022-05-06 15:05:06 +08:00
Qiming Zhao
d27643a27c
Release 1.10.2 2022-05-02 14:52:49 +08:00
Qiming Zhao
c8373ddaf4
Release 1.10.1 2022-04-20 21:13:13 +08:00
Qiming Zhao
dfd41e1368
use cached format options 2022-04-20 21:12:53 +08:00
Qiming Zhao
2fd4948bd5
add typescript.suggest.objectLiteralMethodSnippets.enabled 2022-04-10 15:15:32 +08:00
Qiming Zhao
0cd99b05cc
Release 1.10.0 2022-04-10 15:07:41 +08:00
Qiming Zhao
148a55d63c
jsDocCompletion feature 2022-04-10 15:07:17 +08:00
Qiming Zhao
2fc8fb014a
Release 1.9.17 2022-04-08 22:40:45 +08:00
Qiming Zhao
07ee36caf6
Release 1.9.16 2022-04-06 15:58:14 +08:00
Qiming Zhao
3448f5237a
upgrade typescript 2022-04-06 15:53:46 +08:00
Qiming Zhao
9d7ee9da1f
Release 1.9.15 2022-03-27 07:45:50 +08:00
Qiming Zhao
6d598560c6
Release 1.9.14 2022-03-10 15:43:43 +08:00
Qiming Zhao
8958a6d83c
add javascript snippets 2022-02-28 00:40:14 +08:00
Qiming Zhao
9097ecf747
Release 1.9.13 2022-02-22 18:11:43 +08:00
Qiming Zhao
5dcd715888
Release 1.9.12 2022-02-18 21:37:25 +08:00
Qiming Zhao
4f480eda46
Release 1.9.11 2022-02-18 03:52:22 +08:00
Qiming Zhao
2d62d7da5f
Release 1.9.10 2022-02-16 20:41:58 +08:00
Qiming Zhao
c1a3cf47fe
Release 1.9.9 2022-01-30 18:01:24 +08:00
Qiming Zhao
c6d7d127b6
Release 1.9.8 2022-01-20 21:30:22 +08:00
Qiming Zhao
d04366cc30
Release 1.9.7 2022-01-20 04:04:13 +08:00
Qiming Zhao
e495357b5f
Release 1.9.6 2022-01-14 04:55:35 +08:00
Qiming Zhao
d10bab9072
support referencesCodeLens.showOnAllFunctions
Make codeLens same as VScode
2022-01-13 00:29:12 +08:00
Qiming Zhao
4fa163e554
Release 1.9.5 2022-01-12 04:13:22 +08:00
Qiming Zhao
3a992bc316
upgrade dependencies
Closes #342
2022-01-12 04:13:06 +08:00
Qiming Zhao
767b21b28e
Release 1.9.4 2021-12-25 18:33:23 +08:00
Qiming Zhao
ca715ce092
Release 1.9.3 2021-12-25 00:30:21 +08:00
Qiming Zhao
4a146e3d8d
Release 1.9.2 2021-12-24 18:45:45 +08:00
Heyward Fann
de68137850
feat: inlay hints support (#335)
close #300
2021-12-24 18:29:47 +08:00
Qiming Zhao
7b363e237e Release 1.9.1 2021-12-22 17:01:14 +08:00
Qiming Zhao
65e1f75be5 refactor(server): use TSS_DEBUG & TSS_DEBUG_BRK for debug port 2021-12-22 14:24:04 +08:00
Qiming Zhao
f0820d2357 Release 1.9.0 2021-12-22 01:18:54 +08:00
Qiming Zhao
3bd84b1ead Add typescript.check.npmIsInstalled configuration 2021-12-22 01:17:42 +08:00
Qiming Zhao
43e6f62e87 add tsserver.enableTracing configuration 2021-12-21 18:04:20 +08:00
Qiming Zhao
4d78b618e4 add typescript.preferences.includePackageJsonAutoImports configuration 2021-12-21 17:38:28 +08:00
Qiming Zhao
5a8c68fc60 Add suggest.jsdoc.generateReturns configuration. 2021-12-21 17:22:46 +08:00
Qiming Zhao
cd16da88ef feat: support suggest.classMemberSnippets.enabled configuration 2021-12-21 17:00:49 +08:00
Qiming Zhao
30a23e2454 chore(package): upgrade typescript module 2021-12-21 17:00:31 +08:00
Heyward Fann
2d52a842cb
feat: includeCompletionsWithClassMemberSnippets (#321)
* docs: update yarn configuration (#311)

* feat: includeCompletionsWithClassMemberSnippets

typescript.suggest.includeCompletionsWithClassMemberSnippets

Co-authored-by: KY64 <31939494+KY64@users.noreply.github.com>
2021-12-21 13:54:47 +08:00
Ryan Christian
065abccd88
refactor: Disables type acquisition by default (#320)
* docs: update yarn configuration (#311)

* refactor: Disables type acquisition by default

Co-authored-by: KY64 <31939494+KY64@users.noreply.github.com>
2021-12-21 13:53:39 +08:00
Heyward Fann
e4763a3820
feat: add jsxAttributeCompletionStyle settings (#319)
* docs: update yarn configuration (#311)

* feat: add jsxAttributeCompletionStyle settings

https://github.com/microsoft/vscode/pull/133920

Co-authored-by: KY64 <31939494+KY64@users.noreply.github.com>
2021-12-21 13:52:08 +08:00
Qiming Zhao
c38a399405 chore(package): upgrade coc.nvim 2021-12-21 13:50:24 +08:00
Qiming Zhao
68bb4634f3 Release 1.8.6 2021-08-20 18:25:07 +08:00