[][src]Module ra_ap_ide_db::helpers

A module with ide helpers for high-level ide features.

Modules

insert_use

Handle syntactic aspects of inserting a new use.

Structs

FamousDefs

Helps with finding well-know things inside the standard library. This is somewhat similar to the known paths infra inside hir, but it different; We want to make sure that IDE specific paths don't become interesting inside the compiler itself as well.

Functions

mod_path_to_ast

Converts the mod path struct into its ast representation.