简体   繁体   中英

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM