Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/autozimu/LanguageClient-neovim
/ functions
Functions
329 in github.com/autozimu/LanguageClient-neovim
⨍
Functions
329
◇
Types & classes
90
↓ 1 callers
Method
to_rpc_error
(&self)
src/types.rs:661
↓ 1 callers
Function
trace
(s: &str)
src/config/mod.rs:241
↓ 1 callers
Method
try_handle_command_by_client
(&self, cmd: &Command)
src/language_server_protocol.rs:735
↓ 1 callers
Method
unwatch
(&mut self, path: P)
src/watcher.rs:294
↓ 1 callers
Method
update_settings
(&mut self, level: LevelFilter, path: Option<PathBuf>)
src/logger.rs:37
↓ 1 callers
Function
uri_to_path
(uri: str)
rplugin/python3/denite/common.py:76
↓ 1 callers
Function
uri_to_path
(uri: str)
rplugin/python3/denite/source/references.py:28
↓ 1 callers
Method
version
(&self)
src/language_client.rs:34
↓ 1 callers
Function
vim_cmd_args_to_value
(args: &[String])
src/utils.rs:325
↓ 1 callers
Method
vim_filetype
(&self)
src/types.rs:779
↓ 1 callers
Method
virtual_texts_from_code_lenses
( &self, filename: &str, viewport: &viewport::Viewport, )
src/language_server_protocol.rs:3074
↓ 1 callers
Method
virtual_texts_from_diagnostics
( &self, filename: &str, viewport: &viewport::Viewport, )
src/language_server_protocol.rs:3012
↓ 1 callers
Method
virtual_texts_from_inlay_hints
( &self, filename: &str, viewport: &viewport::Viewport, )
src/language_server_protocol.rs:3044
↓ 1 callers
Method
watch_dir
'path' must be a directory, not a file.
src/watcher.rs:244
↓ 1 callers
Method
watch_file
'path' must be a file, not a directory.
src/watcher.rs:197
↓ 1 callers
Method
window_log_message
(&self, params: &Value)
src/language_server_protocol.rs:2428
↓ 1 callers
Method
window_progress
(&self, params: &Value)
src/language_server_protocol.rs:3510
↓ 1 callers
Method
window_show_message
(&self, params: &Value)
src/language_server_protocol.rs:2447
↓ 1 callers
Method
window_show_message_request
(&self, params: &Value)
src/language_server_protocol.rs:2463
↓ 1 callers
Method
workspace_apply_edit
(&self, params: &Value)
src/language_server_protocol.rs:1774
↓ 1 callers
Method
workspace_did_change_watched_files
(&self, params: &Value)
src/language_server_protocol.rs:3850
↓ 1 callers
Method
workspace_symbol
(&self, params: &Value)
src/language_server_protocol.rs:1728
↓ 1 callers
Function
yo
()
tests/data/sample-rs/src/libs.rs:2
↓ 1 callers
Function
yo
()
tests/data/sample-js/src/libs.js:6
Method
AppTest
Create the test case @param testName name of the test case
tests/data/sample-java/src/test/java/app/AppTest.java:18
Method
Test
()
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
Function
assertRetry
(predicate, retry_max=100)
tests/LanguageClient_test.py:28
Function
conditional_fn
()
tests/data/sample-rs/src/main.rs:21
Method
constructor
()
tests/data/sample-ts/src/codeAction.ts:3
Function
convert_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
Method
default
()
src/types.rs:255
Method
default
()
src/config/mod.rs:58
Method
define_syntax
(self)
rplugin/python3/denite/source/references.py:40
Function
escape_single_quote
(s: S)
src/utils.rs:13
Method
foo
(self, x)
tests/data/sample-py/sample.py:23
Method
from
(mode: &str)
src/vim.rs:57
Method
from
(diagnostic: &Diagnostic)
src/sign.rs:13
Method
from_lsp
(lspitem: &CompletionItem, complete_position: Option<u64>)
src/types.rs:563
Method
from_str
(s: &str)
src/types.rs:263
Method
gather_candidates
(self, context: Dict)
rplugin/python3/denite/source/codeAction.py:12
Method
gather_candidates
(self, context)
rplugin/python3/denite/source/references.py:85
Method
gather_candidates
(self, context: Dict)
rplugin/python3/denite/source/contextMenu.py:32
Method
gather_candidates
(self, context: Dict)
rplugin/python3/denite/source/documentSymbol.py:26
Method
gather_candidates
(self, context)
rplugin/python3/denite/source/workspaceSymbol.py:26
Method
gather_candidates
(self, context)
rplugin/python3/deoplete/sources/LanguageClientSource.py:19
Function
greet
()
tests/data/sample-rs/src/main.rs:8
Function
greet
($name)
tests/data/sample-php/main.php:3
Method
highlight
(self)
rplugin/python3/denite/source/references.py:52
Method
highlight
(self)
rplugin/python3/denite/source/documentSymbol.py:23
Method
highlight
(self)
rplugin/python3/denite/source/workspaceSymbol.py:23
Function
is_dotnet_root
(dir: &Path)
src/utils.rs:139
Function
it_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
Function
main
()
src/main.rs:31
Function
main
()
tests/data/sample-go/simple.go:5
Function
main
()
tests/data/sample-rs/src/main.rs:1
Function
main
tests/data/sample-cpp/include-completion.c:3
Function
main
tests/data/sample-cpp/glfwtest.cpp:4
Function
main
tests/data/sample-cpp/simple.c:1
Function
main
tests/data/sample-cpp/914-completion-header-cursor.cpp:2
Function
main
tests/data/sample-cpp/completion.c:5
Function
main
tests/data/sample-cpp/main.cpp:8
Function
main
()
tests/data/sample-js/src/index.js:11
Method
main
( String[] args )
tests/data/sample-java/src/main/java/app/App.java:9
Method
name
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
Method
name_from_command
(cmd: &[String])
src/config/server_command.rs:52
Method
new
( language_id: LanguageId, reader: impl BufRead + Send + 'static, writer: impl Write +
src/rpcclient.rs:40
Method
new
()
src/logger.rs:24
Method
new
(event_sink: mpsc::Sender<DebouncedEvent>, delay: Duration)
src/watcher.rs:179
Method
new
(rpcclient: Arc<RpcClient>)
src/vim.rs:84
Method
new
( tx: crossbeam::channel::Sender<Call>, client: Arc<RpcClient>, logger: Logger, )
src/types.rs:207
Method
new
(start: u64, end: u64)
src/viewport.rs:15
Method
new
(version: impl Into<String>, state: State)
src/language_client.rs:25
Function
nvim
()
tests/LanguageClient_test.py:46
Method
parse
(vim: Vim)
src/config/mod.rs:139
Method
quickfix_item
(&self, lc: &LanguageClient)
src/types.rs:1058
Function
ref_in_main
()
tests/data/sample-rs/src/main.rs:16
Function
ref_in_main
()
tests/data/sample-js/src/index.js:19
Method
set_path
(&mut self, path: Option<PathBuf>)
src/logger.rs:53
Function
setup
(nvim)
tests/LanguageClient_test.py:53
Method
string_item
(&self, lc: &LanguageClient, cwd: &str)
src/types.rs:1073
Method
suite
@return the suite of tests being tested
tests/data/sample-java/src/test/java/app/AppTest.java:26
Method
testApp
Rigorous Test :-)
tests/data/sample-java/src/test/java/app/AppTest.java:34
Function
test_apply_text_edit
()
src/utils.rs:541
Function
test_apply_text_edit_crlf
()
src/utils.rs:662
Function
test_apply_text_edit_overlong_end
()
src/utils.rs:585
Function
test_apply_text_edit_position
()
src/utils.rs:613
Function
test_convert_to_vim_str
()
src/utils.rs:765
Function
test_deserialize_bin_runnable
()
src/extensions/rust_analyzer.rs:219
Function
test_deserialize_generic_runnable
()
src/extensions/rust_analyzer.rs:249
Function
test_diff_value
()
src/utils.rs:744
Function
test_escape_single_quote
()
src/utils.rs:490
Function
test_expand_json_path
()
src/utils.rs:693
Function
test_expands_initialization_options
()
src/language_server_protocol.rs:3951
← previous
next →
201–300 of 329, ranked by callers