Search code examples
intellij-ideaeditorfolding

Intellij IDEA 2018.1 - Disable simple comment folding


Using IntelliJ 2018.1 I noticed that on certain files multi-line simple comments are always folded:

// My multi
// line
// comment

becomes

//...

How do I turn it off? I need to always see my comments.


Solution

  • Settings | Editor | General | Code Folding | [ ] End of line comments sequence