holgerbrandl / r4intellij

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

Renaming doesn't accept dots in identifier #217

Open rillig opened 4 years ago

rillig commented 4 years ago

image

In most other programming languages, . cannot appear in an identifier. In R it can. Therefore the Rename dialog needs to be customized for R.

holgerbrandl commented 4 years ago

That will be hard to fix, since we would need to interfere with the default rename refactoring which does not allow for dots.