Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hessesian/kmp-lsp
/ functions
Functions
3,021 in github.com/Hessesian/kmp-lsp
⨍
Functions
3,021
◇
Types & classes
179
Function
activate
(context)
contrib/vscode/extension.js:23
Function
actor_remains_responsive_after_scan_completes
()
src/workspace/actor_tests.rs:294
Function
actor_scan_then_find_references_cross_file
()
src/features/references_tests.rs:202
Function
actor_stops_when_sender_dropped
()
src/workspace/actor_tests.rs:170
Function
additive_no_hint
()
src/indexer/infer/expr_type_tests.rs:181
Function
already_imported_alias_not_counted
()
src/resolver/tests.rs:1518
Function
already_imported_exact
()
src/resolver/tests.rs:1512
Function
already_imported_star
()
src/resolver/tests.rs:1525
Function
already_imported_star_wrong_pkg
()
src/resolver/tests.rs:1531
Function
ambient_save_does_not_clobber_populated_cache
()
src/indexer/cache_tests.rs:190
Method
analyse
Single analysis pass for a cache miss.
src/features/completion_context.rs:60
Function
angle_brackets_ignores_complex_declarations
()
src/parser_tests.rs:1165
Function
angle_brackets_strips_variance_and_bounds
()
src/parser_tests.rs:1133
Function
annotated_suspend_extension_fn_has_receiver
()
src/parser_tests.rs:1654
Function
annotation_context_hides_functions
()
src/resolver/tests.rs:1891
Function
annotation_context_hides_stdlib_functions
()
src/resolver/tests.rs:1940
Function
annotation_empty_prefix_returns_cross_package_annotations
()
src/resolver/tests.rs:1918
Function
apply_file_result_clears_stale_entries_issue_apply
()
src/indexer/apply_tests.rs:110
Function
apply_file_result_removes_both_stale_qualified_keys_issue_apply
()
src/indexer/apply_tests.rs:143
Function
apply_file_result_updates_index_issue_apply
()
src/indexer/apply_tests.rs:92
Function
apply_subst_replaces_identifiers
()
src/indexer/resolution_tests.rs:103
Function
apply_this_resolved_receiver
()
src/indexer/infer/it_this_tests.rs:848
Function
apply_this_unresolved_receiver_returns_receiver_ctx
()
src/indexer/infer/it_this_tests.rs:858
Function
apply_workspace_result_clears_stale_workspace_issue_apply
()
src/indexer/apply_tests.rs:213
Function
apply_workspace_result_includes_cached_files_issue_apply
()
src/indexer/apply_tests.rs:172
Function
apply_workspace_result_mixed_cache_and_parsed_issue_apply
()
src/indexer/apply_tests.rs:252
Method
as_indexer
(&self)
src/indexer/resolution.rs:141
Function
authoritative_save_may_shrink_cache
()
src/indexer/cache_tests.rs:241
Method
auto_detect_workspace_root
(opened_file_path: &Path)
src/workspace/document_handler.rs:295
Function
auto_import_completion_adds_edit
()
src/resolver/tests.rs:1566
Function
auto_import_skipped_same_package
()
src/resolver/tests.rs:1621
Function
auto_import_skipped_when_already_imported
()
src/resolver/tests.rs:1597
Function
auto_import_two_packages_two_items
()
src/resolver/tests.rs:1655
Function
bare_completion_extension_property_not_function_snippet
()
src/resolver/tests.rs:2669
Function
bare_completion_includes_this_extensions_inside_subclass
()
src/resolver/tests.rs:2636
Method
begin
(&self, token: &NumberOrString, message: &str)
src/backend/progress.rs:16
Function
block_comment_body_continued
()
src/features/on_type_formatting.rs:322
Function
block_comment_star_continued
()
src/features/on_type_formatting.rs:314
Function
boolean_complete_no_action
()
src/features/fill_when_tests.rs:481
Function
boolean_fill_all_branches
()
src/features/fill_when_tests.rs:413
Function
boolean_inferred_from_literal
()
src/features/fill_when_tests.rs:380
Function
boolean_nullable_type_resolution
()
src/features/fill_when_tests.rs:500
Function
boolean_partial_branch
()
src/features/fill_when_tests.rs:449
Function
boolean_true
()
src/indexer/infer/expr_type_tests.rs:61
Function
brace_in_string_is_ignored
()
src/features/on_type_formatting.rs:283
Function
brace_newline_fixes_wrong_indent
()
src/features/on_type_formatting.rs:248
Function
brace_newline_helix_blank_line_with_close_below
()
src/features/on_type_formatting.rs:330
Function
brace_newline_helix_blank_line_wrong_indent_and_close_below
()
src/features/on_type_formatting.rs:341
Function
brace_newline_no_op_when_correct
()
src/features/on_type_formatting.rs:257
Function
brace_newline_splits_autopair_close
()
src/features/on_type_formatting.rs:266
Function
brace_newline_splits_autopair_close_nested
()
src/features/on_type_formatting.rs:275
Method
build
Build scope context from the current cursor position.
src/features/completion_context.rs:110
Method
build
(indexer: &Indexer, from_uri: &Url)
src/resolver/complete.rs:340
Function
build_bare_names_empty_map_returns_empty_issue_apply
()
src/indexer/apply_tests.rs:516
Function
build_bare_names_sorted_and_deduped_issue_apply
()
src/indexer/apply_tests.rs:478
Function
build_bare_names_sorted_deduped
()
src/indexer_tests.rs:1735
Method
build_completion_items_w
(&self, file_uri: &str)
src/resolver/complete.rs:1888
Function
build_ext_fn_type_subst_nested_generics
()
src/indexer/infer/it_this_tests.rs:1319
Function
build_live_template_completion
(template: &TemplateData)
src/stdlib.rs:687
Function
build_subst_map_child_has_no_own_type_params
()
src/indexer/resolution_tests.rs:195
Function
build_subst_map_uses_base_class_type_params
()
src/indexer/resolution_tests.rs:156
Function
cache_entry_to_file_result_preserves_hash
()
src/indexer/cache_tests.rs:65
Function
cache_entry_to_file_result_supertypes_extracted
()
src/indexer/cache_tests.rs:18
Function
call_fn_and_qualifier_navigation_call
()
src/indexer/node_ext_tests.rs:220
Function
call_fn_and_qualifier_simple_call
()
src/indexer/node_ext_tests.rs:210
Function
call_fn_name_delegates_to_and_qualifier
()
src/indexer/node_ext_tests.rs:230
Function
call_fn_name_navigation
()
src/indexer/node_ext_tests.rs:57
Function
call_fn_name_simple
()
src/indexer/node_ext_tests.rs:50
Function
call_info_expected_name_at_first_arg
()
src/features/completion_context_tests.rs:80
Function
call_info_expected_name_none_when_not_in_call
()
src/features/completion_context_tests.rs:98
Function
call_receiver_callable_parameter
()
src/resolver/complete_tests.rs:114
Function
camel_mode_hides_screaming_snake
()
src/resolver/tests.rs:1965
Method
cancel_progress
Apply scan results, index source paths, and save the cache. Clears `indexing_in_progress` BEFORE sending the progress-end notification so that clients
src/indexer/scan.rs:904
Method
canonicalize_or_clone
(path: &Path)
src/workspace/document_handler.rs:365
Function
caps_mode_hides_lowercase_functions
()
src/resolver/tests.rs:1692
Function
chain_inference_dotted_nested_class_type
()
src/indexer/infer/it_this_tests.rs:1066
Function
chain_inference_map_second_type_param
()
src/indexer/infer/it_this_tests.rs:1047
Function
chain_inference_proper_subst_with_method_return
()
src/indexer/infer/it_this_tests.rs:1028
Function
chain_inference_single_hop_optional_let
()
src/indexer/infer/it_this_tests.rs:964
Function
chain_inference_single_hop_result_also
()
src/indexer/infer/it_this_tests.rs:946
Function
chain_inference_two_hop_concrete_field_type
()
src/indexer/infer/it_this_tests.rs:1012
Function
chain_inference_two_hop_field_method_also
()
src/indexer/infer/it_this_tests.rs:993
Function
chain_one_hop_annotated_member
()
src/resolver/complete_tests.rs:14
Function
chain_one_hop_unannotated_member_via_rhs
()
src/resolver/complete_tests.rs:42
Function
chain_this_prefix_returns_none
()
src/resolver/complete_tests.rs:77
Function
chained_call_assignment_no_false_error
()
src/parser_tests.rs:1225
Function
change_root_updates_workspace_root
()
src/workspace/actor_tests.rs:135
Function
char_literal
()
src/indexer/infer/expr_type_tests.rs:71
Function
char_range
()
src/indexer/infer/expr_type_tests.rs:163
Function
check_expression
()
src/indexer/infer/expr_type_tests.rs:78
Function
check_not_expression
()
src/indexer/infer/expr_type_tests.rs:83
Function
check_sym
(sym: dict)
contrib/kotlin-cli.py:914
Function
class
()
src/parser_tests.rs:27
Function
class_name_position
()
src/parser_tests.rs:214
Function
class_parameter_plain_gets_parameter
()
src/semantic_tokens_tests.rs:704
Function
class_parameter_val_gets_property
()
src/semantic_tokens_tests.rs:656
Function
class_parameter_var_gets_property
()
src/semantic_tokens_tests.rs:683
Function
class_property_is_not_local_var
()
src/backend/rename_tests.rs:98
Function
class_property_not_detected_as_local_via_index
()
src/backend/rename_tests.rs:191
Method
cleanKdoc
Strip leading `*` and whitespace from each KDoc line. */
java-sidecar/src/main/kotlin/io/github/hessesian/jarindexer/SourcesKdocReader.kt:84
← previous
next →
1,401–1,500 of 3,021, ranked by callers