Dmitry Murzin
Dmitry Murzin
I am trying to see firebase data, and according to [instructions in CONTRIBUTING.md](https://github.com/FactorioBlueprints/factorio-prints/blob/56c6957c7fe163d1218ab37965f70144b82dade3/CONTRIBUTING.md#L53) run the following commands: ``` git clone [email protected]:FactorioBlueprints/factorio-prints.git cd factorio-prints firebase login firebase database:get / > factorio-blueprints-export.json...
Related: #9259, #9268 changelog: Complete custom derive proc macros
| Before | After | |:------:|:-----:| |  |  | changelog: Filter out attr and derive proc macros in usual macro calls completion
Changes `nameIdentifier` of derive proc macros. As a result rename and search for references now works for them changelog: Support renaming derive procedural macros
Fixes #5851 changelog: Convert `Self` usages in "Convert struct to tuple" refactoring
Fixes #9230 changelog: Fix adding imports for default values in change signature refactoring
changelog: Support `Create associated function` intention for path `Self::func()`
## Environment * **IntelliJ Rust plugin version:** 0.4.166.4486-213 * **IDE name and version:** CLion 2021.3.4 * **Operating system:** Ubuntu 20.04.4 LTS ### What steps will reproduce the issue? ```rust #[doc...
Fixes #6979 TODO: Fix priority of `std::vec` crate and `vec!` macro, etc (#8984) changelog: Suggest importing modules in completion