MCPcopy Create free account

hub / github.com/autozimu/LanguageClient-neovim / functions

Functions329 in github.com/autozimu/LanguageClient-neovim

↓ 1 callersMethodto_rpc_error
(&self)
src/types.rs:661
↓ 1 callersFunctiontrace
(s: &str)
src/config/mod.rs:241
↓ 1 callersMethodtry_handle_command_by_client
(&self, cmd: &Command)
src/language_server_protocol.rs:735
↓ 1 callersMethodunwatch
(&mut self, path: P)
src/watcher.rs:294
↓ 1 callersMethodupdate_settings
(&mut self, level: LevelFilter, path: Option<PathBuf>)
src/logger.rs:37
↓ 1 callersFunctionuri_to_path
(uri: str)
rplugin/python3/denite/common.py:76
↓ 1 callersFunctionuri_to_path
(uri: str)
rplugin/python3/denite/source/references.py:28
↓ 1 callersMethodversion
(&self)
src/language_client.rs:34
↓ 1 callersFunctionvim_cmd_args_to_value
(args: &[String])
src/utils.rs:325
↓ 1 callersMethodvim_filetype
(&self)
src/types.rs:779
↓ 1 callersMethodvirtual_texts_from_code_lenses
( &self, filename: &str, viewport: &viewport::Viewport, )
src/language_server_protocol.rs:3074
↓ 1 callersMethodvirtual_texts_from_diagnostics
( &self, filename: &str, viewport: &viewport::Viewport, )
src/language_server_protocol.rs:3012
↓ 1 callersMethodvirtual_texts_from_inlay_hints
( &self, filename: &str, viewport: &viewport::Viewport, )
src/language_server_protocol.rs:3044
↓ 1 callersMethodwatch_dir
'path' must be a directory, not a file.
src/watcher.rs:244
↓ 1 callersMethodwatch_file
'path' must be a file, not a directory.
src/watcher.rs:197
↓ 1 callersMethodwindow_log_message
(&self, params: &Value)
src/language_server_protocol.rs:2428
↓ 1 callersMethodwindow_progress
(&self, params: &Value)
src/language_server_protocol.rs:3510
↓ 1 callersMethodwindow_show_message
(&self, params: &Value)
src/language_server_protocol.rs:2447
↓ 1 callersMethodwindow_show_message_request
(&self, params: &Value)
src/language_server_protocol.rs:2463
↓ 1 callersMethodworkspace_apply_edit
(&self, params: &Value)
src/language_server_protocol.rs:1774
↓ 1 callersMethodworkspace_did_change_watched_files
(&self, params: &Value)
src/language_server_protocol.rs:3850
↓ 1 callersMethodworkspace_symbol
(&self, params: &Value)
src/language_server_protocol.rs:1728
↓ 1 callersFunctionyo
()
tests/data/sample-rs/src/libs.rs:2
↓ 1 callersFunctionyo
()
tests/data/sample-js/src/libs.js:6
MethodAppTest
Create the test case @param testName name of the test case
tests/data/sample-java/src/test/java/app/AppTest.java:18
MethodTest
()
tests/data/sample-cs/Solution.cs:11
Method__init__
(self, vim)
rplugin/python3/denite/source/codeAction.py:6
Method__init__
(self, vim)
rplugin/python3/denite/source/references.py:33
Method__init__
(self, vim)
rplugin/python3/denite/source/contextMenu.py:14
Method__init__
(self, vim)
rplugin/python3/denite/source/documentSymbol.py:17
Method__init__
(self, vim)
rplugin/python3/denite/source/workspaceSymbol.py:16
Method__init__
(self, vim)
rplugin/python3/deoplete/sources/LanguageClientSource.py:8
Method_missing_
(value)
rplugin/python3/denite/lsp/protocol.py:41
FunctionassertRetry
(predicate, retry_max=100)
tests/LanguageClient_test.py:28
Functionconditional_fn
()
tests/data/sample-rs/src/main.rs:21
Methodconstructor
()
tests/data/sample-ts/src/codeAction.ts:3
Functionconvert_to_vim_str
Given a string, convert it into a string for vimscript The string gets surrounded by single quotes. Existing single quotes will get escaped by insert
src/utils.rs:458
Methoddefault
()
src/types.rs:255
Methoddefault
()
src/config/mod.rs:58
Methoddefine_syntax
(self)
rplugin/python3/denite/source/references.py:40
Functionescape_single_quote
(s: S)
src/utils.rs:13
Methodfoo
(self, x)
tests/data/sample-py/sample.py:23
Methodfrom
(mode: &str)
src/vim.rs:57
Methodfrom
(diagnostic: &Diagnostic)
src/sign.rs:13
Methodfrom_lsp
(lspitem: &CompletionItem, complete_position: Option<u64>)
src/types.rs:563
Methodfrom_str
(s: &str)
src/types.rs:263
Methodgather_candidates
(self, context: Dict)
rplugin/python3/denite/source/codeAction.py:12
Methodgather_candidates
(self, context)
rplugin/python3/denite/source/references.py:85
Methodgather_candidates
(self, context: Dict)
rplugin/python3/denite/source/contextMenu.py:32
Methodgather_candidates
(self, context: Dict)
rplugin/python3/denite/source/documentSymbol.py:26
Methodgather_candidates
(self, context)
rplugin/python3/denite/source/workspaceSymbol.py:26
Methodgather_candidates
(self, context)
rplugin/python3/deoplete/sources/LanguageClientSource.py:19
Functiongreet
()
tests/data/sample-rs/src/main.rs:8
Functiongreet
($name)
tests/data/sample-php/main.php:3
Methodhighlight
(self)
rplugin/python3/denite/source/references.py:52
Methodhighlight
(self)
rplugin/python3/denite/source/documentSymbol.py:23
Methodhighlight
(self)
rplugin/python3/denite/source/workspaceSymbol.py:23
Functionis_dotnet_root
(dir: &Path)
src/utils.rs:139
Functionit_should_remove_extra_fields
The library we're using for json-rpc doesn't accept extra fields in the structs used to deserialize the message. Sorbet (and possibly other servers) s
src/rpcclient.rs:282
Functionmain
()
src/main.rs:31
Functionmain
()
tests/data/sample-go/simple.go:5
Functionmain
()
tests/data/sample-rs/src/main.rs:1
Functionmain
tests/data/sample-cpp/include-completion.c:3
Functionmain
tests/data/sample-cpp/glfwtest.cpp:4
Functionmain
tests/data/sample-cpp/simple.c:1
Functionmain
tests/data/sample-cpp/914-completion-header-cursor.cpp:2
Functionmain
tests/data/sample-cpp/completion.c:5
Functionmain
tests/data/sample-cpp/main.cpp:8
Functionmain
()
tests/data/sample-js/src/index.js:11
Methodmain
( String[] args )
tests/data/sample-java/src/main/java/app/App.java:9
Methodname
Returns the server name from a ServerCommand. For compatibility purposes, this makes a rather wild assumption when the server name hasn't been explici
src/config/server_command.rs:34
Methodname_from_command
(cmd: &[String])
src/config/server_command.rs:52
Methodnew
( language_id: LanguageId, reader: impl BufRead + Send + 'static, writer: impl Write +
src/rpcclient.rs:40
Methodnew
()
src/logger.rs:24
Methodnew
(event_sink: mpsc::Sender<DebouncedEvent>, delay: Duration)
src/watcher.rs:179
Methodnew
(rpcclient: Arc<RpcClient>)
src/vim.rs:84
Methodnew
( tx: crossbeam::channel::Sender<Call>, client: Arc<RpcClient>, logger: Logger, )
src/types.rs:207
Methodnew
(start: u64, end: u64)
src/viewport.rs:15
Methodnew
(version: impl Into<String>, state: State)
src/language_client.rs:25
Functionnvim
()
tests/LanguageClient_test.py:46
Methodparse
(vim: Vim)
src/config/mod.rs:139
Methodquickfix_item
(&self, lc: &LanguageClient)
src/types.rs:1058
Functionref_in_main
()
tests/data/sample-rs/src/main.rs:16
Functionref_in_main
()
tests/data/sample-js/src/index.js:19
Methodset_path
(&mut self, path: Option<PathBuf>)
src/logger.rs:53
Functionsetup
(nvim)
tests/LanguageClient_test.py:53
Methodstring_item
(&self, lc: &LanguageClient, cwd: &str)
src/types.rs:1073
Methodsuite
@return the suite of tests being tested
tests/data/sample-java/src/test/java/app/AppTest.java:26
MethodtestApp
Rigorous Test :-)
tests/data/sample-java/src/test/java/app/AppTest.java:34
Functiontest_apply_text_edit
()
src/utils.rs:541
Functiontest_apply_text_edit_crlf
()
src/utils.rs:662
Functiontest_apply_text_edit_overlong_end
()
src/utils.rs:585
Functiontest_apply_text_edit_position
()
src/utils.rs:613
Functiontest_convert_to_vim_str
()
src/utils.rs:765
Functiontest_deserialize_bin_runnable
()
src/extensions/rust_analyzer.rs:219
Functiontest_deserialize_generic_runnable
()
src/extensions/rust_analyzer.rs:249
Functiontest_diff_value
()
src/utils.rs:744
Functiontest_escape_single_quote
()
src/utils.rs:490
Functiontest_expand_json_path
()
src/utils.rs:693
Functiontest_expands_initialization_options
()
src/language_server_protocol.rs:3951
← previousnext →201–300 of 329, ranked by callers