Idea Live Template to Log Method Args

前端 未结 3 1551
隐瞒了意图╮
隐瞒了意图╮ 2021-02-15 00:04

I would like to be able to create a live template in Jetbrain\'s Idea that will log the method\'s arguments. Let\'s call it \"larg\". It would work like:

public          


        
3条回答
  •  萌比男神i
    2021-02-15 00:50

    Looks like it is not currently possible with a live template.

    From the Jetbrain's forum:

    There is no predefined live template function to do this for you automatically.
    You can write a plugin that would provide such a function.
    

提交回复
热议问题