holgerbrandl / r4intellij

An integration of the R programming language into Intellij IDEA
BSD 2-Clause "Simplified" License
148 stars 28 forks source link

sourced files fail to refactor during file name renaming #180

Open jewellsean opened 6 years ago

jewellsean commented 6 years ago

Sourced files fail to refactor during file name renaming. For example, suppose we source("utils.R") and rename utils.R to the more informative name data_utils.R. Then source("utils.R") fails to update to source("data_utils.R").