In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.