Sometimes you want to try out some code and you don’t want the hassle of having to start a new project in your IDE or might not have a machine to hand to run the code. So what are your options?
Category: Kotlin rss
Posts
Swift has a great feature for an enum
type that allows you to associated data
with it.
Live templates allow you to quickly add text to the current file. They are context aware so that only relevant templates for the current cursor location are shown.