|
7d076e2bf2
|
Merge branch 'neoclide:master' into master
|
2022-06-21 02:58:20 +09:00 |
|
Qiming Zhao
|
2fd4948bd5
|
add typescript.suggest.objectLiteralMethodSnippets.enabled
|
2022-04-10 15:15:32 +08:00 |
|
Qiming Zhao
|
148a55d63c
|
jsDocCompletion feature
|
2022-04-10 15:07:17 +08:00 |
|
Qiming Zhao
|
78da8a3514
|
update Readme.md
|
2022-02-16 18:48:32 +08:00 |
|
Tim Tyrrell
|
ddcab27979
|
correct README importModuleSpecifier configuration examples (#350)
The defaults of these two are actually [shortest](https://github.com/neoclide/coc-tsserver/blob/master/package.json#L304)
|
2022-01-28 05:59:53 +08:00 |
|
Qiming Zhao
|
021073e4fc
|
improve Readme
|
2022-01-20 04:08:19 +08:00 |
|
Qiming Zhao
|
d04366cc30
|
Release 1.9.7
|
2022-01-20 04:04:13 +08:00 |
|
Qiming Zhao
|
0de25fe6f9
|
improve doc
|
2022-01-19 23:22:30 +08:00 |
|
Qiming Zhao
|
d10bab9072
|
support referencesCodeLens.showOnAllFunctions
Make codeLens same as VScode
|
2022-01-13 00:29:12 +08:00 |
|
Qiming Zhao
|
867b766862
|
doc
|
2021-12-24 18:39:29 +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
|
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 |
|
Carlo Sala
|
e59643c97b
|
docs: typos and adding some missing defaults (#326)
* docs: update yarn configuration (#311)
* docs: typos and adding some missing defaults
Co-authored-by: KY64 <31939494+KY64@users.noreply.github.com>
Co-authored-by: Qiming zhao <chemzqm@gmail.com>
|
2021-12-21 13:57:51 +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 |
|
sup39
|
03c5200939
|
Support disabling suggestionActions by code number
|
2021-10-17 02:47:01 +08:00 |
|
サポミク
|
701f309f3d
|
Merge branch 'neoclide:master' into master
|
2021-10-16 02:42:47 +08:00 |
|
KY64
|
5306fc3b47
|
docs: update yarn configuration (#311)
|
2021-09-02 23:01:14 +08:00 |
|
サポミク
|
90013b9637
|
Merge branch 'neoclide:master' into master
|
2021-06-08 12:28:54 +09:00 |
|
Heyward Fann
|
e719ef07a5
|
feat: tsserver.findAllFileReferences (#292)
|
2021-06-04 18:54:48 +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 |
|
sup39[サポミク]
|
49444b93c6
|
Merge branch 'master' of git://github.com/neoclide/coc-tsserver
|
2021-04-30 14:43:29 +09:00 |
|
Raidou
|
579e8920a7
|
feat: support tagClosing for JSX (#277)
|
2021-04-07 18:31:04 +08:00 |
|
fabriziobertoglio1987
|
f0a9f46dad
|
README - Add info about typescript issue 37777 (#272)
* adding info to readme
* give basic info about typescript issue with node_modules
* adding link
* just include the link
|
2021-04-07 18:28:07 +08:00 |
|
sup39
|
11993a7d5c
|
Merge remote-tracking branch 'coc/master'
|
2021-02-19 00:48:47 +08:00 |
|
yaegassy
|
8e976d297b
|
Fix code block in README (#257)
|
2021-02-09 18:54:01 +08:00 |
|
sup39
|
98db6c9963
|
Disable annoying warning 80001 permanently
|
2021-01-28 11:21:16 +09:00 |
|
ruslanzelinskyy
|
7a742d6a3b
|
Update Readme.md (#250)
https://github.com/neoclide/coc-tsserver/issues/249
|
2021-01-19 14:16:58 +08:00 |
|
Hiroki Sanpei
|
366475a119
|
Fix default value of importModuleSpecifierEnding on Readme.md (#240)
|
2020-12-13 13:33:55 +08:00 |
|
Heyward Fann
|
f2860b493b
|
feat: add insertSpaceAfterOpeningAndBeforeClosingEmptyBraces (#239)
https://github.com/microsoft/TypeScript/pull/41304
|
2020-12-10 16:55:04 +08:00 |
|
Qiming Zhao
|
d99de1761c
|
Add funding.yml
|
2020-12-09 15:41:00 +08:00 |
|
Qiming Zhao
|
6ef7f7eb9e
|
doc
|
2020-11-02 18:18:39 +08:00 |
|
Qiming Zhao
|
4bb9a7eb45
|
fix doc
|
2020-10-27 16:24:53 +08:00 |
|
Qiming Zhao
|
2d0b2b1a1b
|
doc
|
2020-09-10 21:10:52 +08:00 |
|
Qiming Zhao
|
986538f4aa
|
doc
|
2020-08-08 10:07:12 +08:00 |
|
Heyward Fann
|
2d6d066afb
|
Update Readme.md (#187)
|
2020-07-22 16:46:17 +08:00 |
|
Qiming Zhao
|
f1467f5d3c
|
doc
|
2020-07-22 15:49:18 +08:00 |
|
Qiming Zhao
|
50d6c6241a
|
use tsserver.pluginPaths replace tsserver.pluginRoot
|
2020-07-13 19:57:09 +08:00 |
|
Qiming Zhao
|
8e2d3eefef
|
fix Readme
Closes #179
|
2020-07-13 11:50:38 +08:00 |
|
Qiming Zhao
|
a45d50acca
|
doc
|
2020-06-29 11:37:20 +08:00 |
|
Qiming Zhao
|
bac002caef
|
doc
|
2020-05-22 14:07:39 +08:00 |
|
Qiming Zhao
|
fe05e038d5
|
new features as VSCode
* Support tsserver.watchOptions
* Improve triggerCharacters for completion
* Configure command on server startup
|
2020-04-17 19:40:22 +08:00 |
|
Qiming Zhao
|
52f625c453
|
support yarn2 with pnpify
|
2020-04-17 12:19:17 +08:00 |
|
Qiming Zhao
|
64fd389b71
|
add preferences.importModuleSpecifierEnding configuration
Closes #136
|
2020-04-10 19:52:24 +08:00 |
|
Qiming Zhao
|
1d4e80edf8
|
change preferences.importModuleSpecifier default to auto
|
2020-04-10 18:54:01 +08:00 |
|