rust-analyzer/crates
bors[bot] 30062da628
Merge #3516
3516: Handle visibility in more cases in completion r=matklad a=flodiebold

This means we don't show private items when completing paths or method calls.

We might want to show private items if we can edit their definition and provide a "make public" assist, but I feel like we'd need better sorting of completion items for that, so they can be not shown or sorted to the bottom by default. Until then, they're usually more of a distraction to me.

Co-authored-by: Florian Diebold <flodiebold@gmail.com>
2020-03-09 08:50:19 +00:00
..
ra_arena Switch to variant-granularity field type inference 2019-11-25 00:12:36 +03:00
ra_assists Rerail split_import API onto AST 2020-03-06 14:08:43 +01:00
ra_cargo_watch lsp-types 0.72 2020-03-02 11:52:46 -05:00
ra_cfg Update versions 2020-02-18 16:12:40 +02:00
ra_db Source map returns a result 2020-03-06 14:44:44 +01:00
ra_fmt When joining lines, unwrap trivial diverging blocks 2020-02-24 17:17:05 +01:00
ra_hir Handle visibility for assoc item path completion as well 2020-03-08 15:15:46 +01:00
ra_hir_def Handle visibility for assoc item path completion as well 2020-03-08 15:15:46 +01:00
ra_hir_expand Add parse_to_token_tree 2020-03-09 00:13:04 +08:00
ra_hir_ty Prevent include! macro include itself 2020-03-07 19:08:42 +08:00
ra_ide Merge #3516 2020-03-09 08:50:19 +00:00
ra_ide_db Normalize waiting queries names 2020-03-07 00:18:04 +01:00
ra_mbe Add parse_to_token_tree 2020-03-09 00:13:04 +08:00
ra_parser Implement concat macro 2020-03-04 01:21:14 +08:00
ra_prof Allow specifying additional info on call to profile 2020-03-06 17:36:51 +01:00
ra_project_model ra_project_model: migrate to Sysroot::alloc() 2020-03-01 00:16:57 +02:00
ra_syntax Add parse_to_token_tree 2020-03-09 00:13:04 +08:00
ra_text_edit Remove unused dependencies 2020-02-27 14:04:13 +09:00
ra_tt Update versions 2020-02-18 16:12:40 +02:00
rust-analyzer Ignore client-specific notifications 2020-03-09 09:26:41 +01:00
test_utils Support cross-crate marks 2020-03-04 11:55:25 +01:00