AzureMarker / intellij-lalrpop

Jetbrains plugin for the LALRPOP parser-generator
MIT License
16 stars 2 forks source link

Support refactoring in injected Rust type-refs (ex. nonterminals) #25

Open AzureMarker opened 3 years ago

AzureMarker commented 3 years ago

There's one small catch here:

Nonterminal<Rule>: Box<Rule> = {/*...*/};

Trying to rename "Rule" from the injection leads to image

Originally posted by @dblanovschi in https://github.com/Mcat12/intellij-lalrpop/issues/12#issuecomment-749516563