hide Intellij Idea yellow light bulb

There is an option, but it’s not exposed in the preferences dialog. Add or modify the following line inside the <component name=”EditorSettings”> section in your editor.xml file and restart IntelliJ IDEA: <option name=”SHOW_INTENTION_BULB” value=”false” /> The file is located at: On OS X: ~/Library/Preferences/<PRODUCT>/options/editor.xml On Windows: %HOMEPATH%\.<PRODUCT>\config\options\editor.xml On Linux: ~/.<PRODUCT>/config/options/editor.xml where <PRODUCT> is e.g. IdeaIC13, … Read more

Why there are only 75 visible characters in Intellij Idea’s embedded terminal?

Notice: since IDEA 2016.3.2 this breaks the terminal and is not required anymore. So just delete it when you update to a version it cannot create the Terminal. For windows change the terminal shell path (File->Settings->Tools->Terminal) from cmd.exe to: cmd.exe “/K mode con:cols=500 lines=9999&cmd.exe” or if using the bash for windows subsystem: cmd.exe “/K set … Read more

Intellij: add space after double slashes in line comment

If you press CTRL / or CMD / it will put // at the beginning of the line and the comment will be properly indented. // comment with two indents For this to work Comment at first column must be checked in Editor->CodeStyle->Javascript->Wrapping and Braces->Keep when reformatting like mentioned in another answer. This screenshot is … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)