How to disable this orange warning line below the code in IntelliJ, it's annoying

I'm coding some clojurescript, and want to get rid of the annoying orange line. How can I turn it off completely ?

It keeps saying the 3rd js lib as clojure syntax => unresolved

 

 

 

2
3 comments

While in the editor, select the necessary code fragment and press Ctrl+Alt+I . If you need to adjust indentation settings, in the Settings/Preferences dialog ( Ctrl+Alt+S ), go to Editor | Code Style. On the appropriate language page, on the Tabs and Indents tab, specify the appropriate indents options and click OK .  https://www.umrproviderportal.org/

0

This is a useful IntelliJ IDEA discussion, especially for anyone who finds warning indicators distracting while coding. Understanding what those warnings mean and how to manage them can make the development experience much cleaner and more comfortable.

0

Please sign in to leave a comment.