In my Java apps, I realized that IntelliJ displays UPPERCASE on Run Configuration section as shown below. I thought it may be caused by Material Theme or Atom Icon plugins, but after disabling Atom Icon and selecting default Dracula Theme, it still the same (I am not sure maybe it is not related for these 2 plugins). Any idea to
Tag: intellij-15
Add Framework Support missing in Intellij
I am trying to add an external library using Maven. Tutorials mention to right click on a module, and select “add framework support.” I have looked in detail, and I cannot find that option in my IntelliJ. Here is my current version of IntelliJ Any insight would be appreciated, as I have been stuck on this for a while. Answer