What's that thing in intellij where I can write a word (like `blah`) and it'll expand it into a code...
c
What's that thing in intellij where I can write a word (like
blah
) and it'll expand it into a code snippet?
🤣 1
j
I think you can use live template, and customize as you want. An example is
comp
that turn into composabe function