rust/crates/cfg/src
Jamie Cunliffe 284483b347 Improve completion of cfg attributes
The completion of cfg will look at the enabled cfg keys when
performing completion.

It will also look crate features when completing a feature cfg
option. A fixed list of known values for some cfg options are
provided.

For unknown keys it will look at the enabled values for that cfg key,
which means that completion will only show enabled options for those.
2021-06-21 17:47:00 +01:00
..
cfg_expr.rs tree-wide: make rustdoc links spiky so they are clickable 2021-06-13 21:58:05 -07:00
dnf.rs
lib.rs Improve completion of cfg attributes 2021-06-21 17:47:00 +01:00
tests.rs