Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to add method comment template for idea

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains how to add method annotation template to idea. Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn "idea how to add method annotation template" it!

The tutorial is as follows:

First open idea and click File-- > Settings-- > Editor-- > Live Templates

After clicking the "+" sign, select "Templates Group …"

After the Templates Group is created, create another Live Template on the newly created Templates Group

The Live Template creation interface is as follows

The variables are configured as follows

Use the method comment template

Effect picture

Configuration template:

* $params$ $return$ * @ author luther * @ time$ date$ $time$ * /

Params script

GroovyScript ("def result ='; def params =\" ${1}\ "; if (params! = 'null' & & params! =' []') {params = params.substring (1, params.length ()-1); result + ='\\ n'; def paramArray = params.split (','). ToList (); for (I = 0; I < paramArray.size ()) Result +) {result + ='* @ param'+ paramArray [I] + ((I < paramArray.size ()-1)?'\ n':')}; return result ", methodParameters ())

Return script

GroovyScript ("def result =''; def returnType =\" ${_ 1}\ "; if (returnType! = 'void' & & returnType! =' null') {if (returnType.indexOf (')

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report