Commit graph

176 commits

Author SHA1 Message Date
sup39
03c5200939 Support disabling suggestionActions by code number 2021-10-17 02:47:01 +08:00
サポミク
6deac3be13
Merge branch 'neoclide:master' into master 2021-08-31 20:16:56 +09: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
sup39
c3376e95cf ignore 80002 2021-08-20 04:10:31 +09:00
サポミク
860c97aaf0
Merge branch 'neoclide:master' into master 2021-08-20 03:02:11 +09: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
サポミク
a135109d31
Merge branch 'neoclide:master' into master 2021-06-27 04:01:19 +09: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
サポミク
90013b9637 Merge branch 'neoclide:master' into master 2021-06-08 12:28:54 +09: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
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
Qiming Zhao
0f3e462afd fix untitled buffer not work
Closes #261
2021-02-22 18:44:16 +08:00
sup39
11993a7d5c Merge remote-tracking branch 'coc/master' 2021-02-19 00:48:47 +08:00
Pranshu Srivastava
e3eae62e37
Nitpick: Spelling fix. (#258)
PTAL.
2021-02-11 13:05:02 +08:00
sup39
98db6c9963 Disable annoying warning 80001 permanently 2021-01-28 11:21:16 +09: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
Qiming Zhao
a31d8acf66 fix validate settings not respected
Closes #238
2020-12-09 15:21:17 +08:00
Qiming Zhao
cca85a2724 fix invalid uri
Closes #237
2020-12-09 14:04:50 +08:00
Qiming Zhao
de0fa5c6a2 support languages from plugins
Closes #235
2020-12-08 18:50:01 +08:00
Qiming Zhao
c4ae2c2fbf rework bufferSyncSupport 2020-12-07 18:57:53 +08:00
Qiming Zhao
2acdb233c6 fix not work witk javascriptjsx filetype 2020-11-24 12:32:07 +08:00
Qiming Zhao
c08e52f97e use workspace.expand for npm path 2020-11-24 11:36:50 +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
20d2b6fd32 fix duplicated workspace symbols provider 2020-10-05 19:00:15 +08:00
Qiming Zhao
7999ac085e ignore not applicable refactor code actions 2020-09-22 19:20:14 +08:00
樊冬
43117c63b0
fix: fix up the locale (#205) 2020-09-18 16:00:54 +08:00
Qiming Zhao
ae48046032 fix isPreferred of CodeAction 2020-09-12 01:26:53 +08:00
Qiming Zhao
1a22372358 support useAliasesForRenames configuration
Closes #196
2020-08-21 23:26:08 +08:00
Duc Nghiem Xuan
e4f3ab555b
Don't include this function types in completeFunctionCall (#195) 2020-08-20 20:17:04 +08:00
Qiming Zhao
72a515a635 fix possible wrong name for completion detail request
Closes #178
2020-08-08 20:51:18 +08:00
Hyeon Kim (김지현)
8113366d5e
Support the new path of Yarn v2 pnpify SDK (#181)
Pnpify SDKs are not located in `.vscode/pnpify` anymore. It's in
`.yarn/sdks` instead. Adding it to MODULE_FOLDERS.

Reference:
  https://github.com/yarnpkg/berry/pull/1446
  https://github.com/yarnpkg/berry/pull/1481
  52f625c453
2020-07-14 12:53:22 +08:00
Qiming Zhao
50d6c6241a use tsserver.pluginPaths replace tsserver.pluginRoot 2020-07-13 19:57:09 +08:00