Am I the only one who uses this way to quickly fli...
# random
d
Am I the only one who uses this way to quickly flip the code parts (for experiments, for example)?
Copy code
//*
    <code-variant-one>
/*/
    <code-variant-two>
//*/
Here <code-variant-one> should be active and <code-variant-two> is commented-out . After removing of the very first
/
<code-variant-two> will be activated as well as <code-variant-one> should be automatically commented-out. It works in several languages that I've used: c++, c#, java, objc, js. But not in Kotlin 😄