Commit graph

67 commits

Author SHA1 Message Date
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
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
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
yaegassy
8e976d297b
Fix code block in README (#257) 2021-02-09 18:54:01 +08: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
Qiming Zhao
22720dced6 Add configuration for includeAutomaticOptionalChainCompletions
Closes #134
2020-04-10 18:19:55 +08:00
Konstantin Saveljev
7a8d2ec524
Add setting to configure the max memory for tsserver (#129) 2020-03-23 11:31:53 +08:00
Aaron Zemetres
c1c3017081
docs(readme): clarifying nvm instructions (#123) 2020-03-06 12:39:01 +08:00
Max Coplan
89998609d4
Deprecate TSLint (#115)
* Deprecate TSLint

TSLint has been [deprecated](https://github.com/palantir/tslint/issues/4534).  Should put `eslint` first to direct users there.

* Fixed typo

misspelled "TypeScript"
2020-02-07 14:23:48 +08:00
chemzqm
4f493d6c35 doc 2019-11-23 18:40:48 +08:00
chemzqm
07e857d965 support format.enabled configuration 2019-11-23 17:17:49 +08:00
Alexander Tesfamichael
d48cc4a312 Make troubleshooting one word in readme (#97) 2019-11-20 10:31:38 +08:00
chemzqm
91fc042eb2 make useBatchedBufferSync used for update only
Avoid issues with buffer reload by checktime.
2019-09-23 13:12:38 +08:00
chemzqm
486202a7e5 upgrade typescript module, remove noSemicolons preferences 2019-09-09 12:26:36 +08:00
Alex S
daeaf3ab6c doc(Readme): remove unsupported option (#64)
Removes `orgnizeImportOnSave` which has a typo (missing `a`) and there aren't any similar options.
2019-09-09 12:00:48 +08:00
chemzqm
abaf374b7d doc 2019-08-17 17:59:50 +08:00