Reputation: 1144
In IDEA there is live template soutm
which prints method name in Java files.
Can I define such live template for javascript and typescript files in IDEA?
Upvotes: 2
Views: 223
Reputation: 93728
You can use jsClassName()
and jsMethodName()
built-in functions for this:
Upvotes: 5