Show .idea folder in PhpStorm project tool window

For .idea there is dedicated registry setting for it as well (it is enabled by default for me, in PhpStorm at very least) Help | Find Action… and look for registry (or via Maintenance Ctrl+Alt+Shift+/ on Windows using Default keymap) Once inside — look for projectView.hide.dot.idea entry Adjust accordingly (before leaving window — ensure that … Read more

How to stop intellij-idea from removing white spaces at end of text lines in my file?

Go to File->Settings->Editor->General and under Other, set the drop down next to Strip trailing spaces on Save to whatever you wish. For future reference, you can press Ctrl-Shift-A and type a search term to find any menu command or setting very quickly. In this case, “trailing spaces” or “strip trailing spaces” works really well.

Gradle does not find my tests with Kotlin and JUnit 5

No, the first comment of @JB Nizet has pointed it out: add test.useJUnitPlatform() alongside your JUnit 5 dependencies. It is the way. http://junit.org/junit5/docs/current/user-guide/#running-tests-build-gradle test { useJUnitPlatform() } or: dependency { … // junit 5 testImplementation (‘org.junit.jupiter:junit-jupiter-api’) testCompile (‘org.junit.jupiter:junit-jupiter-params’) testRuntime (‘org.junit.jupiter:junit-jupiter-engine’) testCompile (‘org.mockito:mockito-junit-jupiter’) test.useJUnitPlatform() // fix “test events not received” bug in IDEA } Upvote his … Read more

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