Weird to see and figure out, I am trying to remove these underlines. I guess they are present due to wrong language support or some other issue, but I simply cant remove them. Any guess on why they are and how can i remove them?
Weird to see and figure out, I am trying to remove these underlines. I guess they are present due to wrong language support or some other issue, but I simply cant remove them. Any guess on why they are and how can i remove them?
Share Improve this question asked Jun 29, 2017 at 13:59 OmkarOmkar 2,4436 gold badges27 silver badges36 bronze badges1 Answer
Reset to default 10That's actually part of the default color scheme for JavaScript. You can change it easily though:
File → Settings → Editor > Colors & Fonts > JavaScript
Then find "Parameter" in the list of styled elements, and on the right side is a checkbox for "Effects", simply disable this and save and you will no longer have underlined parameter names.
Depending on your version of IntelliJ, you may have to save a copy of the default theme first because they didn't always let you overwrite the built in ones.