cheptsov / AdvancedExpressionFolding

https://plugins.jetbrains.com/plugin/9320?pr=idea
141 stars 29 forks source link

Fold || to OR, && to AND and ! to NOT #118

Open spyro2000 opened 6 years ago

spyro2000 commented 6 years ago

I would also love to see this in Kotlin. Did never understand why || should be faster to type and easier to read as a simple "or" or && should be simpler that "and".