rust-analyzer/crates/ide/src
bors 6bae8e333b Auto merge of #17282 - jkelleyrtp:jk/filter-by-underscorte, r=Veykril
Feat: hide double underscored symbols from symbol search

Fixes #17272 by changing the default behavior of query to skip results that start with `__` (two underscores).

Not sure if this has any far reaching implications - a review would help to understand if this is the right place to do the filtering, and if it's fine to do it by default on the query.

If you type `__` as your search, then we'll show the matching double unders, just in case you actually need the symbol.
2024-06-04 08:37:56 +00:00
..
annotations Consider exported_name="main" functions in test modules as tests 2024-04-04 14:51:10 +02:00
doc_links internal: Enforce utf8 paths 2024-03-19 15:39:00 +01:00
hover internal: Add StaticLifetime to hir API 2024-05-16 08:02:51 +02:00
inlay_hints Auto merge of #17174 - Kohei316:fix-infer-async-block-with-tail-return-expr, r=Veykril 2024-05-23 08:42:09 +00:00
syntax_highlighting Allow hir::Param to refer to other entity params aside from functions 2024-05-18 12:35:55 +02:00
typing ⬆️ rust-analyzer 2023-01-09 10:36:22 -08:00
annotations.rs fix: Deduplicate annotations 2023-12-19 08:49:00 +01:00
call_hierarchy.rs Show fn traits in signature info for trait implementors 2024-05-18 16:22:59 +02:00
doc_links.rs Use correct toolchain channel when generating builtin type doc links 2024-05-23 10:42:15 +02:00
expand_macro.rs Expand macro recursively expands both fp-like and attribute macros intertwined 2024-05-14 10:58:18 +02:00
extend_selection.rs Implicit format args support 2023-12-05 17:07:00 +01:00
fetch_crates.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
file_structure.rs internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
fixture.rs internal: Move out WithFixture into dev-dep only crate 2023-12-18 15:24:08 +01:00
folding_ranges.rs internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
goto_declaration.rs docs: Missing word typo 2024-05-31 11:24:26 -04:00
goto_definition.rs Render literal escaping errors in hovers 2024-05-13 12:51:57 +02:00
goto_implementation.rs fix: Goto implementation to impls inside blocks 2024-03-19 22:04:48 +09:00
goto_type_definition.rs Allow navigation targets to be duplicated when the focus range lies in the macro definition site 2023-12-06 12:38:19 +01:00
highlight_related.rs ide: improve ReferenceCategoryType 2024-04-16 17:17:46 +01:00
hover.rs Render literal escaping errors in hovers 2024-05-13 12:51:57 +02:00
inlay_hints.rs fix: Tracing span names should match function names 2024-04-30 11:22:47 -07:00
interpret_function.rs style: simplify string interpolation 2024-05-30 16:18:49 -07:00
join_lines.rs internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
lib.rs Auto merge of #16639 - alibektas:13529/config_restruct, r=Veykril 2024-04-16 07:52:07 +00:00
markdown_remove.rs Auto merge of #16155 - Waqar144:work/fix-16142, r=lnicola 2023-12-19 07:22:46 +00:00
markup.rs feat: Hover for literals showing additional value information 2024-01-16 14:28:47 +01:00
matching_brace.rs internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
moniker.rs internal: Add StaticLifetime to hir API 2024-05-16 08:02:51 +02:00
move_item.rs ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
navigation_target.rs Recognize __ prefixes for symbol search query 2024-06-04 10:36:04 +02:00
parent_module.rs Add prefix file_ to Semantics's to_module_defs()/to_module_def() methods 2024-02-28 10:27:28 +01:00
references.rs ide: add a new test 2024-04-16 17:17:46 +01:00
rename.rs Add prefix file_ to Semantics's to_module_defs()/to_module_def() methods 2024-02-28 10:27:28 +01:00
runnables.rs Avoid clone when constructing runnable label. 2024-05-25 15:00:15 -05:00
shuffle_crate_graph.rs fix: Split toolchain and datalayout out of CrateData 2024-02-16 14:48:25 +01:00
signature_help.rs Show fn traits in signature info for trait implementors 2024-05-18 16:22:59 +02:00
ssr.rs ide: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
static_index.rs Auto merge of #17021 - roife:add-hover-limits-for-adts, r=Veykril 2024-04-25 07:23:27 +00:00
status.rs Keep the span for Attr::Literal 2024-03-21 10:28:25 +01:00
syntax_highlighting.rs feat: Add proc macro semantic token type 2024-03-11 22:14:59 +09:00
syntax_tree.rs internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
test_explorer.rs Resolve tests per file instead of per crate in test explorer 2024-03-29 05:34:43 +03:30
typing.rs internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
view_crate_graph.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
view_hir.rs ide: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
view_item_tree.rs Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
view_memory_layout.rs style: simplify string interpolation 2024-05-30 16:18:49 -07:00
view_mir.rs ide: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00