Home
last modified time | relevance | path

Searched refs:rust_analyzer (Results 1 – 21 of 21) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/rust-analyzer/src/bin/
H A Dmain.rs11 use rust_analyzer::{cli::flags, config::Config, from_json, lsp_ext::supports_utf8, Result};
144 let server_capabilities = rust_analyzer::server_capabilities(&config); in run_server()
184 rust_analyzer::main_loop(config, connection)?; in run_server()
H A Dlogger.rs11 use rust_analyzer::Result;
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/rust-analyzer/src/bin/
H A Dmain.rs11 use rust_analyzer::{cli::flags, config::Config, from_json, lsp_ext::supports_utf8, Result};
144 let server_capabilities = rust_analyzer::server_capabilities(&config); in run_server()
184 rust_analyzer::main_loop(config, connection)?; in run_server()
H A Dlogger.rs11 use rust_analyzer::Result;
/dports/editors/kak-lsp/kak-lsp-11.1.0/src/language_features/
H A Dmod.rs15 pub mod rust_analyzer; module
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/rust-analyzer/
H A Dmeson.build25 c_name: 'rust_analyzer'
/dports/editors/kak-lsp/kak-lsp-11.1.0/src/
H A Dworkspace.rs2 use crate::language_features::{document_symbol, rust_analyzer};
131 rust_analyzer::apply_source_change(meta, req_params, ctx); in execute_command()
H A Dcontroller.rs331 rust_analyzer::InlayHints::METHOD => { in dispatch_editor_request()
332 rust_analyzer::inlay_hints(meta, params, ctx); in dispatch_editor_request()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/.github/workflows/
H A Dpublish.yml44 …find crates/rust-analyzer -type f -name '*.rs' -exec sed -i 's/rust_analyzer/ra_ap_rust_analyzer/g…
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/.github/workflows/
H A Dpublish.yml44 …find crates/rust-analyzer -type f -name '*.rs' -exec sed -i 's/rust_analyzer/ra_ap_rust_analyzer/g…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/docs/user/
H A Dmanual.adoc295 …ration of rust-analyzer, use https://github.com/neovim/nvim-lspconfig#rust_analyzer[neovim/nvim-ls…
296 Once `neovim/nvim-lspconfig` is installed, use `+lua require'lspconfig'.rust_analyzer.setup({})+` i…
309 nvim_lsp.rust_analyzer.setup({
509 …tually used by `rust-analyzer`, set `RA_LOG` environment variable to `rust_analyzer=info` and look…
629 You can set the `RA_LOG` environment variable to `rust_analyzer=info` to inspect how rust-analyzer …
693 "rust_analyzer.inlayHints.foreground": "#868686f0",
694 "rust_analyzer.inlayHints.background": "#3d3d3d48",
697 "rust_analyzer.inlayHints.foreground.typeHints": "#fdb6fdf0",
698 "rust_analyzer.inlayHints.foreground.paramHints": "#fdb6fdf0",
699 "rust_analyzer.inlayHints.background.chainingHints": "#6b0c0c81"
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/docs/user/
H A Dmanual.adoc293 …ration of rust-analyzer, use https://github.com/neovim/nvim-lspconfig#rust_analyzer[neovim/nvim-ls…
294 Once `neovim/nvim-lspconfig` is installed, use `+lua require'lspconfig'.rust_analyzer.setup({})+` i…
307 nvim_lsp.rust_analyzer.setup({
507 …tually used by `rust-analyzer`, set `RA_LOG` environment variable to `rust_analyzer=info` and look…
627 You can set `RA_LOG` environmental variable to `rust_analyzer=info` to inspect how rust-analyzer ha…
691 "rust_analyzer.inlayHints.foreground": "#868686f0",
692 "rust_analyzer.inlayHints.background": "#3d3d3d48",
695 "rust_analyzer.inlayHints.foreground.typeHints": "#fdb6fdf0",
696 "rust_analyzer.inlayHints.foreground.paramHints": "#fdb6fdf0",
697 "rust_analyzer.inlayHints.background.chainingHints": "#6b0c0c81"
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/project_model/src/
H A Dcargo_workspace.rs249 rust_analyzer: Option<RustAnalyzerPackageMetaData>, field
339 metadata: meta.rust_analyzer.unwrap_or_default(), in new()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/project_model/src/
H A Dcargo_workspace.rs247 rust_analyzer: Option<RustAnalyzerPackageMetaData>, field
330 metadata: meta.rust_analyzer.unwrap_or_default(), in new()
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dnotebook.cpp212 auto rust_analyzer = sysroot / "bin" / "rust-analyzer"; in open() local
213 if(filesystem::is_executable(rust_analyzer)) in open()
214 …th, language, language_protocol_language_id, filesystem::escape_argument(rust_analyzer.string()))); in open()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/rust-analyzer/tests/slow-tests/
H A Dmain.rs30 use rust_analyzer::lsp_ext::{OnEnter, Runnables, RunnablesParams};
H A Dsupport.rs13 use rust_analyzer::{config::Config, lsp_ext, main_loop};
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/
H A Dmain.rs30 use rust_analyzer::lsp_ext::{OnEnter, Runnables, RunnablesParams};
H A Dsupport.rs13 use rust_analyzer::{config::Config, lsp_ext, main_loop};
/dports/lang/rust/rustc-1.58.1-src/src/bootstrap/
H A Dtool.rs786 …RustAnalyzer, rust_analyzer, "src/tools/rust-analyzer/crates/rust-analyzer", "rust-analyzer", stab…
H A Ddist.rs1103 let rust_analyzer = builder in run() localVariable
1110 tarball.add_file(rust_analyzer, "bin", 0o755); in run()