Dmitry Murzin

Results 49 issues of 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

feature

| Before | After | |:------:|:-----:| | ![image](https://user-images.githubusercontent.com/6505554/188499390-869de748-feb2-4f84-8f1d-e31e8419542c.png) | ![image](https://user-images.githubusercontent.com/6505554/188499464-e0c64760-9ffa-4d83-b25c-31d7116f9d3b.png) | changelog: Filter out attr and derive proc macros in usual macro calls completion

fix

Changes `nameIdentifier` of derive proc macros. As a result rename and search for references now works for them changelog: Support renaming derive procedural macros

feature

Fixes #5851 changelog: Convert `Self` usages in "Convert struct to tuple" refactoring

fix

Fixes #9230 changelog: Fix adding imports for default values in change signature refactoring

fix

changelog: Support `Create associated function` intention for path `Self::func()`

feature

## 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...

bug
subsystem::macros
subsystem::qdoc

Fixes #6979 TODO: Fix priority of `std::vec` crate and `vec!` macro, etc (#8984) changelog: Suggest importing modules in completion

feature