How to remove idea.case.sensitive.fs warning?
已回答
Hello,
I'm using IntelliJ IDE CE 2017.1.
Question.
Does anyone tell me how to disable "idea.case.sensitive.fs" warning?
Environment.
- IntelliJ: IDE CE 2017.1
- OS: macOS 10.12.4
- FileSystem HFS+ (Case sensitive)
I wrote this option "idea.case.sensitive.fs=true"
in the following files. However, I still get this message.
- ~/Library/Application Support/IdeaIC2017.1/idea.properties
- ~/Library/Application Support/IdeaIC2017.1/idea.vmoptions
Best regards.

请先登录再写评论。
Try Help | Edit Custom Properties.
Hello Serge,
Thank you for your comment.
I fixed the problem.
This fix appears to have stopped working in the 2018 version of PHPStorm
The bug is back in 2018.3 CE
Looks like: https://youtrack.jetbrains.com/issue/IDEA-204924
For some unfathomable reason IntelliJ (CE 2019.1) thinks my Windows 10 NTFS disk is case sensitive. Whatever this test does, it doesn't do it right.
Most probably case sensitivity on the folder was set by Git or by WSL:
https://www.howtogeek.com/354220/how-to-enable-case-sensitive-folders-on-windows-10/
Try running 'fsutil.exe file setCaseSensitiveInfo D:/dev/AxonIQ/axoniq-cluster-army/' from command line
Annoying, to say the least. I hadn't even heard of this option. Tools shouldn't change these kinds of settings without warning. Yes, this directory has case sensitivity on.