KronicDeth / intellij-elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Other
1.83k stars 153 forks source link

Annotate used and unused function #281

Open KronicDeth opened 8 years ago

KronicDeth commented 8 years ago

It would be nice if new was highlighted. Since this is IntelliJ it would be nice if it was one color if it’s used, and a different color if it’s never used (IntelliJ’s java highlighter does this). -- https://elixir-lang.slack.com/archives/intellij-elixir/p1459210309000012

KronicDeth commented 8 years ago

Just found out it is possible to set the attributes for the custom TextAttributeKeys using an additionTextAttributes key, which would allow to set the attributes in the default theme or Darcula. That is now open as #299