]> git.lizzy.rs Git - rust.git/history - crates/ide-completion/src/completions/env_vars.rs
Formatting
[rust.git] / crates / ide-completion / src / completions / env_vars.rs
2022-10-11 btwotwoFormatting
2022-10-11 btwotwoFix formatting for cargo vars list
2022-10-11 btwotwoRename `get_outer_macro` to `macro_call_for_string_token`
2022-10-11 btwotwoRemove extra parameter, access Db through semantics
2022-10-06 btwotwoRestrict auto-completion for only built-in macros
2022-10-06 btwotwoFormatting
2022-10-06 btwotwoRemove unnecessary dereference
2022-10-06 btwotwoReplace if with option, add detail for each env variabl...
2022-10-06 btwotwoAdd tests for env var completion
2022-10-06 btwotwoAdd const list of cargo-defined env variables with...
2022-10-06 btwotwoAdd stub for cargo environment variables auto completion