MCPcopy Create free account

hub / github.com/Hessesian/kmp-lsp / functions

Functions3,021 in github.com/Hessesian/kmp-lsp

Functiondeclared_names_includes_function_params
()
src/parser_tests.rs:528
Functiondeclared_names_includes_multi_params
()
src/parser_tests.rs:543
Methoddeclared_package_of
Return the package in which `name` is declared, by looking up its definition locations and reading the `package` field of those files.
src/indexer/lookup.rs:59
Methoddeclared_parent_class_of
If `name` is declared as an inner/nested class, return the name of its enclosing class at the declaration site in `preferred_uri` (if found there), ot
src/indexer/lookup.rs:85
Functiondedup_matches_lower_pidx_wins
()
src/parser_tests.rs:885
Functiondedup_prevents_double_submit
()
src/indexer/enrich_tests.rs:12
Functiondeduplicates_include_entries
()
src/workspace_json_tests.rs:209
Functiondeduplicates_paths_across_modules
()
src/workspace_json_tests.rs:52
Functiondeeply_nested_import_reachable
()
src/indexer/infer/sig_tests.rs:740
Functiondef_pattern_meta
Maps a pattern index from `KOTLIN_DEFINITIONS` to `(SymbolKind, detail_label)`. `detail_label` is shown as `DocumentSymbol::detail` (e.g. "data class
src/queries.rs:234
Functiondefault_gradle_home
()
src/cli/extract_sources.rs:171
Functiondefault_params_not_required
()
src/features/call_arg_diagnostics_tests.rs:102
Functiondefault_params_still_cap_max
()
src/features/call_arg_diagnostics_tests.rs:120
Functiondefault_phase_is_uninitialized
()
src/workspace/phase_tests.rs:16
Functiondefault_sources_dir_appears_in_completion
()
tests/cli_complete.rs:244
Methoddefinition_locations
(&self, name: &str)
src/indexer.rs:688
Functiondelta_encoding_is_sorted
()
src/semantic_tokens_tests.rs:546
FunctiondenyMessage
()
contrib/copilot-extension/extension.mjs:58
Functiondeprecated_annotation_on_line_above_is_captured
()
src/parser_tests.rs:395
Functiondeprecated_annotation_same_line_is_captured
()
src/parser_tests.rs:402
Functiondeprecated_annotation_stacked_with_other_annotations
()
src/parser_tests.rs:408
Functiondeprecated_modifier_not_set_without_annotation
()
src/semantic_tokens_tests.rs:1349
Functiondeprecated_modifier_set_on_java_declarations
()
src/semantic_tokens_tests.rs:1389
Functiondeprecated_modifier_set_on_kotlin_declarations
()
src/semantic_tokens_tests.rs:1365
Functiondeprecated_on_previous_single_line_decl_does_not_leak
()
src/parser_tests.rs:420
Functiondeprecated_workspace_extension_kept_tagged
()
src/resolver/tests.rs:3022
Methoddetect_snippet_support
(params: &InitializeParams)
src/backend/init.rs:9
Functiondiagnostic_on_correct_call_not_next_line
()
src/features/call_arg_diagnostics_tests.rs:318
Functiondiagnostics_boolean_missing
()
src/features/fill_when_tests.rs:593
Functiondiagnostics_import_disambiguates_empty_when
()
src/features/fill_when_tests.rs:732
Functiondiagnostics_nested_sealed_dotted_type
()
src/features/fill_when_tests.rs:902
Functiondiagnostics_no_false_positive_for_same_name_sealed_in_same_package
()
src/features/fill_when_tests.rs:657
Functiondiagnostics_no_report_when_complete
()
src/features/fill_when_tests.rs:560
Functiondiagnostics_no_report_when_complete_with_bare_object_branch
()
src/features/fill_when_tests.rs:706
Functiondiagnostics_no_report_when_complete_with_duplicate_sealed_names
()
src/features/fill_when_tests.rs:611
Functiondiagnostics_no_report_with_else
()
src/features/fill_when_tests.rs:577
Functiondiagnostics_reports_missing_enum_branches
()
src/features/fill_when_tests.rs:535
Functiondiagnostics_same_package_disambiguates_empty_when
()
src/features/fill_when_tests.rs:783
Functiondiagnostics_statement_form_sealed_with_missing_branches_is_warned
()
src/features/fill_when_tests.rs:832
Methoddid_change
(&self, params: DidChangeTextDocumentParams)
src/backend/mod.rs:168
Methoddid_change_watched_files
(&self, params: DidChangeWatchedFilesParams)
src/backend/mod.rs:211
Methoddid_close
(&self, params: DidCloseTextDocumentParams)
src/backend/mod.rs:191
Methoddid_open
(&self, params: DidOpenTextDocumentParams)
src/backend/mod.rs:157
Methoddid_save
(&self, params: DidSaveTextDocumentParams)
src/backend/mod.rs:202
Functiondifferent_package_no_import_not_reachable
()
src/indexer/infer/sig_tests.rs:700
Functiondirectory_arg_walks_kt_files
()
tests/cli_check.rs:78
Functiondisjunction_expression
()
src/indexer/infer/expr_type_tests.rs:93
Functiondoc_comment_bang_continued
()
src/features/on_type_formatting.rs:298
Functiondoc_comment_triple_slash_continued
()
src/features/on_type_formatting.rs:290
Methoddocument_highlight
( &self, params: DocumentHighlightParams, )
src/backend/mod.rs:295
Methoddocument_symbol
( &self, params: DocumentSymbolParams, )
src/backend/mod.rs:302
Functiondoes_not_cover_other_package
()
src/types_tests.rs:48
Functiondot_at_depth_zero_chained
()
src/indexer/infer/it_this_tests.rs:444
Functiondot_at_depth_zero_ignores_inner_dot
()
src/indexer/infer/it_this_tests.rs:438
Functiondot_at_depth_zero_simple
()
src/indexer/infer/it_this_tests.rs:433
Functiondot_complete_does_not_leak_top_level_fns
()
src/resolver/tests.rs:1259
Functiondot_complete_includes_inherited_members
()
src/resolver/tests.rs:1280
Functiondot_complete_object_with_annotated_getter_properties
()
src/resolver/tests.rs:1320
Functiondot_complete_shows_class_members
()
tests/cli_complete.rs:277
Functiondot_completion_hides_private
()
src/parser_tests.rs:431
Functiondot_completion_qualified_nested_type
()
src/indexer_tests.rs:175
Functiondot_completion_triggers_on_dot
()
src/indexer_tests.rs:131
Functiondot_completion_with_prefix
()
src/indexer_tests.rs:153
Functiondot_completions_custom_type_has_scope_fns_only
()
src/resolver/tests.rs:1449
Functiondot_completions_list_receiver_has_collection_fns
()
src/resolver/tests.rs:1436
Functiondot_completions_string_receiver_has_string_fns
()
src/resolver/tests.rs:1421
Functiondot_receiver_call_expression_nested_args
()
src/features/completion_tests.rs:117
Functiondot_receiver_call_expression_no_args
()
src/features/completion_tests.rs:101
Functiondot_receiver_call_expression_with_args
()
src/features/completion_tests.rs:109
Functiondot_receiver_chained_lowercase
()
src/features/completion_tests.rs:88
Functiondot_receiver_nested_chains
()
src/features/completion_tests.rs:12
Functiondot_receiver_none
()
src/features/completion_tests.rs:125
Functiondot_receiver_qualified
()
src/features/completion_tests.rs:80
Functiondot_receiver_simple
()
src/features/completion_tests.rs:75
Functiondot_receiver_three_segment_chain
()
src/features/completion_tests.rs:96
Functiondouble_literal
()
src/indexer/infer/expr_type_tests.rs:51
Methoddrop
(&mut self)
src/sidecar.rs:219
Methoddrop
(&mut self)
src/backend/panic_guard.rs:32
Methoddrop
(&mut self)
src/indexer/test_helpers.rs:64
Methoddrop
(&mut self)
src/indexer/scan.rs:84
Methoddrop
(&mut self)
tests/lsp_smoke.rs:253
Functione2e_ignore_patterns_bare_pattern_any_depth
()
src/indexer_tests.rs:1965
Functione2e_ignore_patterns_excludes_symbols
()
src/indexer_tests.rs:1910
Functionelvis_no_hint
()
src/indexer/infer/expr_type_tests.rs:186
Functionempty_file_returns_no_tokens
()
src/semantic_tokens_tests.rs:582
Functionempty_modules_returns_empty
()
src/workspace_json_tests.rs:83
Functionempty_sidecar_symbols_no_crash
()
src/indexer/jar_tests.rs:277
Functionempty_when_block_formatting
()
src/features/fill_when_tests.rs:304
Functionenclosing_call_expression_from_lambda_finds_outer_call
()
src/indexer/node_ext_tests.rs:142
Functionenclosing_call_expression_stops_at_lambda_boundary
()
src/indexer/node_ext_tests.rs:150
Methodenclosing_class_at
(&self, uri: &Url, row: u32)
src/indexer/resolution.rs:155
Functionenclosing_class_cst_annotated_nested_interface
()
src/indexer/scope_tests.rs:607
Functionenclosing_class_cst_declaration_line_returns_none
()
src/indexer/scope_tests.rs:590
Functionenclosing_class_cst_interface
()
src/indexer/scope_tests.rs:583
Functionenclosing_class_cst_nested
()
src/indexer/scope_tests.rs:598
Functionenclosing_class_cst_simple
()
src/indexer/scope_tests.rs:576
Functionenclosing_class_multiline_constructor
()
src/indexer/scope_tests.rs:418
Functionenclosing_class_nested_two_levels
()
src/indexer/scope_tests.rs:405
Functionenclosing_class_simple
()
src/indexer/scope_tests.rs:382
Functionenclosing_class_top_level_returns_none
()
src/indexer/scope_tests.rs:397
← previousnext →1,601–1,700 of 3,021, ranked by callers