Commit graph

193 commits

Author SHA1 Message Date
Qiming Zhao
464adfcb0a
use Tsserver_path for resolved tsc path
Closes #306
2022-02-18 03:46:45 +08:00
Qiming Zhao
6cdbf56da5
fix api with IServiceProvider
Support for watch tsserver.enable configuration
2022-02-16 20:41:48 +08:00
Qiming Zhao
e5f19b47b4
use documentChanges for workspaceEdit 2022-01-30 18:01:24 +08:00
Ishan
8a5e14f766
Typo in filename (#349) 2022-01-26 03:24:02 +08:00
Qiming Zhao
4e9d171a23
Log document that can't perform semanticTokens 2022-01-20 21:29:43 +08:00
Qiming Zhao
d04366cc30
Release 1.9.7 2022-01-20 04:04:13 +08:00
Qiming Zhao
b8430bd4bb
Check documentation as SymbolDisplayPart[]
Closes  #338
2022-01-13 01:13:29 +08:00
Qiming Zhao
d10bab9072
support referencesCodeLens.showOnAllFunctions
Make codeLens same as VScode
2022-01-13 00:29:12 +08:00
Heyward Fann
fc601dbd95
feat: allImportsAreUnused error can be converted to warning (#337) 2021-12-30 15:29:11 +08:00
Qiming Zhao
cd7c05d4a2
remove configFile from LanguageDescription 2021-12-25 18:33:00 +08:00
Qiming Zhao
8f96c72ad3
fix diagnostics not works with unopened document 2021-12-25 18:17:07 +08:00
Qiming Zhao
c42ed843b0
fixx issues with inlayHints
Closes #336
2021-12-25 00:29:52 +08:00
Heyward Fann
de68137850
feat: inlay hints support (#335)
close #300
2021-12-24 18:29:47 +08:00
Qiming Zhao
181a337c4a refactor(server): avoid tsserverForkStart 2021-12-22 16:53:53 +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
Qiming Zhao
61578a5074 feat: register range semantic tokens provider 2021-12-21 16:12:54 +08:00
Heyward Fann
4b662b57e4 feat: add semanticTokens support (#313) 2021-12-21 16:07:42 +08:00
Heyward Fann
95321f24c9
feat: add tsserver.sortImports (#322)
* docs: update yarn configuration (#311)

* feat: add tsserver.sortImports

add source.sortImports codeAction that used in editor.action.sourceAction

coc.nvim can add editor.action.sourceAction

Co-authored-by: KY64 <31939494+KY64@users.noreply.github.com>
2021-12-21 13:56:01 +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
b530f9ee6f use diagnosticManager from tsserver client 2021-08-20 18:24:45 +08:00
Heyward Fann
0e5132f041
fix: getDiagnostics breaking changes (#307) 2021-08-20 18:14:32 +08:00
Qiming Zhao
a18d3e6e2d use relative path for callHierarchy detail 2021-08-16 23:24:48 +08:00
Qiming Zhao
12c3a08776 refactor tagClosing feature
Avoid workspace.registerAutocmd
2021-08-16 23:03:10 +08:00
Qiming Zhao
8ba598b218 support deprecated tag 2021-07-27 23:03:19 +08:00
Qiming Zhao
c556e99cf1 Support DefinitionLink for definition provider 2021-07-23 00:04:28 +08:00
Qiming Zhao
e99f1c8079 fix type issues with previewer and completion 2021-07-22 22:18:08 +08:00
Qiming Zhao
05c2a824a0 Tags, selectionRange & accessor support for document symbols 2021-07-22 21:37:53 +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
nateroling
d24d75de9b
Add support for tsconfigPath setting (#286)
* Add support for tsconfigPath setting

* Fix a typo, add config option to package.json

* formatting

* Update setting description in package.json

Co-authored-by: Nate Roling <roling@cartegraph.com>
2021-06-07 11:29:30 +08:00
Heyward Fann
fd957b20f9
feat: update preferences.importModuleSpecifier (#295)
https://github.com/microsoft/vscode/pull/110536
2021-06-07 11:26:52 +08:00
Heyward Fann
e719ef07a5
feat: tsserver.findAllFileReferences (#292) 2021-06-04 18:54:48 +08:00
Heyward Fann
e7cdffd8d4
fix: save tsEntry.data for resolveCompletionItem (#294)
close #293
2021-06-04 18:53:46 +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
Qiming Zhao
0f3e462afd fix untitled buffer not work
Closes #261
2021-02-22 18:44:16 +08:00
Pranshu Srivastava
e3eae62e37
Nitpick: Spelling fix. (#258)
PTAL.
2021-02-11 13:05:02 +08:00
Qiming Zhao
6d3036523e use esbuild replace webpack 2021-01-06 17:42:01 +08:00
Qiming Zhao
a24ce777ee add version string to statusline 2020-12-22 14:59:34 +08:00
Qiming Zhao
e209c1999f fix tags undefined
Closes #242
2020-12-21 16:51:36 +08:00
Qiming Zhao
954e292f2f use next release of coc.nvim 2020-12-17 20:28:49 +08:00
Qiming Zhao
7f0b662778 fix error on dispose 2020-12-17 15:41:00 +08:00
Qiming Zhao
3ad16ac686 improve organizeImports for single document 2020-12-16 11:33:34 +08:00
Heyward Fann
f2860b493b
feat: add insertSpaceAfterOpeningAndBeforeClosingEmptyBraces (#239)
https://github.com/microsoft/TypeScript/pull/41304
2020-12-10 16:55:04 +08:00