holgerbrandl / r4intellij

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

Add semantic highlighting #229

Open rillig opened 5 years ago

rillig commented 5 years ago

Currently, R code looks pretty much unicolor since all identifiers are in the default color. Semantic Highlighting makes the code more colorful and easier to grasp.

I expect that JetBrains made this feature easy to adopt, so that you just have to tell some code which identifiers should take part in the highlighting, and the rest is done by the existing JetBrains code. I didn't try it out though.

holgerbrandl commented 5 years ago

I was never a friend of this feature, to be honest. But let's keep it open for discussion