1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/lsp
Jean Pierre 035f7b0ca0
feat(lsp): implement textDocument/foldingRange (#9900)
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-04-02 17:21:07 +11:00
..
code_action_request.json feat(lsp): add TS quick fix code actions (#9396) 2021-02-05 05:53:02 +11:00
code_action_request_cache.json feat(lsp): add deno cache code actions (#9471) 2021-02-12 15:17:48 +11:00
code_action_resolve_request.json fix(lsp): support codeAction/resolve (#9405) 2021-02-06 07:10:53 +11:00
code_action_resolve_request_response.json fix(lsp): support codeAction/resolve (#9405) 2021-02-06 07:10:53 +11:00
code_action_response.json fix(lsp): support codeAction/resolve (#9405) 2021-02-06 07:10:53 +11:00
code_action_response_cache.json feat(lsp): add deno cache code actions (#9471) 2021-02-12 15:17:48 +11:00
code_lens_request.json feat(lsp): add references code lens (#9316) 2021-02-01 14:30:41 +11:00
code_lens_request_asset.json fix(lsp): handle data URLs properly (#9522) 2021-02-18 15:37:05 +11:00
code_lens_resolve_request.json feat(lsp): add references code lens (#9316) 2021-02-01 14:30:41 +11:00
code_lens_resolve_request_asset.json fix(lsp): handle data URLs properly (#9522) 2021-02-18 15:37:05 +11:00
code_lens_resolve_request_impl.json feat(lsp): add implementations code lens (#9441) 2021-02-08 21:45:10 +11:00
completion_request.json refactor(lsp): refactor completions and add tests (#9789) 2021-03-16 09:01:41 +11:00
completion_request_optional.json fix(lsp): ensure insert_text is passed back on completions (#9951) 2021-04-01 20:18:51 +11:00
completion_resolve_request.json feat(lsp): add import completions (#9821) 2021-03-25 11:13:37 +11:00
completion_resolve_request_optional.json fix(lsp): ensure insert_text is passed back on completions (#9951) 2021-04-01 20:18:51 +11:00
definition_request_asset.json fix(lsp): handle data URLs properly (#9522) 2021-02-18 15:37:05 +11:00
did_change_notification_large.json fix(lsp): handle mbc documents properly (#9151) 2021-01-22 21:03:16 +11:00
did_change_notification_large_02.json feat(lsp): add performance measurements (#9209) 2021-01-27 11:32:49 +11:00
did_change_notification_large_03.json feat(lsp): add performance measurements (#9209) 2021-01-27 11:32:49 +11:00
did_change_notification_mbc.json fix(lsp): handle mbc documents properly (#9151) 2021-01-22 21:03:16 +11:00
did_open_notification.json feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
did_open_notification_asset.json fix(lsp): handle data URLs properly (#9522) 2021-02-18 15:37:05 +11:00
did_open_notification_cache.json feat(lsp): add deno cache code actions (#9471) 2021-02-12 15:17:48 +11:00
did_open_notification_cl_impl.json feat(lsp): add implementations code lens (#9441) 2021-02-08 21:45:10 +11:00
did_open_notification_cl_references.json feat(lsp): add references code lens (#9316) 2021-02-01 14:30:41 +11:00
did_open_notification_code_action.json feat(lsp): add TS quick fix code actions (#9396) 2021-02-05 05:53:02 +11:00
did_open_notification_completion_optional.json fix(lsp): ensure insert_text is passed back on completions (#9951) 2021-04-01 20:18:51 +11:00
did_open_notification_completions.json refactor(lsp): refactor completions and add tests (#9789) 2021-03-16 09:01:41 +11:00
did_open_notification_large.json fix(lsp): handle mbc documents properly (#9151) 2021-01-22 21:03:16 +11:00
did_open_notification_mbc.json fix(lsp): handle mbc documents properly (#9151) 2021-01-22 21:03:16 +11:00
did_open_notification_mbc_fmt.json fix(lsp): handle mbc properly when formatting (#9273) 2021-01-27 07:50:13 +11:00
did_open_notification_unstable.json feat(runtime): stabilise permissions and add event target capabilities (#9573) 2021-02-25 14:33:09 +11:00
exit_notification.json feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
folding_range_did_open_notification.json feat(lsp): implement textDocument/foldingRange (#9900) 2021-04-02 17:21:07 +11:00
folding_range_request.json feat(lsp): implement textDocument/foldingRange (#9900) 2021-04-02 17:21:07 +11:00
formatting_request_mbc_fmt.json fix(lsp): handle mbc properly when formatting (#9273) 2021-01-27 07:50:13 +11:00
hover_request.json feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
hover_request_asset.json fix(lsp): handle data URLs properly (#9522) 2021-02-18 15:37:05 +11:00
hover_request_large_01.json feat(lsp): add performance measurements (#9209) 2021-01-27 11:32:49 +11:00
hover_request_large_02.json feat(lsp): add performance measurements (#9209) 2021-01-27 11:32:49 +11:00
hover_request_large_03.json feat(lsp): add performance measurements (#9209) 2021-01-27 11:32:49 +11:00
hover_request_mbc.json fix(lsp): diagnostics use own thread and debounce (#9572) 2021-03-10 13:41:35 +11:00
initialize_request.json feat(lsp): implement textDocument/foldingRange (#9900) 2021-04-02 17:21:07 +11:00
initialize_request_disabled.json fix(lsp): respect enable flag for requests (#8850) 2020-12-22 16:42:32 +11:00
initialize_request_unstable.json feat(lsp): support the unstable setting (#8851) 2020-12-22 21:21:18 +11:00
initialized_notification.json feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
performance_request.json feat(lsp): add performance measurements (#9209) 2021-01-27 11:32:49 +11:00
references_request_asset.json fix(lsp): handle data URLs properly (#9522) 2021-02-18 15:37:05 +11:00
rename_did_open_notification.json feat(lsp): Implement textDocument/rename (#8910) 2020-12-30 11:58:20 +11:00
rename_request.json fix(lsp): handle mbc documents properly (#9151) 2021-01-22 21:03:16 +11:00
selection_range_did_open_notification.json feat(lsp): implement textDocument/selectionRange (#9845) 2021-03-24 10:33:25 +11:00
selection_range_request.json feat(lsp): implement textDocument/selectionRange (#9845) 2021-03-24 10:33:25 +11:00
shutdown_request.json feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
signature_help_did_change_notification.json feat(lsp): Implement textDocument/signatureHelp (#9330) 2021-02-16 13:34:09 +11:00
signature_help_did_open_notification.json feat(lsp): Implement textDocument/signatureHelp (#9330) 2021-02-16 13:34:09 +11:00
signature_help_request_01.json feat(lsp): Implement textDocument/signatureHelp (#9330) 2021-02-16 13:34:09 +11:00
signature_help_request_02.json feat(lsp): Implement textDocument/signatureHelp (#9330) 2021-02-16 13:34:09 +11:00
virtual_text_document_request.json fix(lsp): handle data URLs properly (#9522) 2021-02-18 15:37:05 +11:00