idea is strong, but why does it feel so difficult if I want to perfect a set of canonical comments on idea? I watched
several times on the Internet, basically using live template to make comments, but the user experience is not friendly. I want to implement Alibaba"s P3C annotation template standard on IDEA. What should I do?
https://github.com/alibaba/p3c
question summary: how to get idea to complete the annotation template of P3C, and the final effect can be consistent with that in eclipse?
< hr >the difficulties encountered in use at present are:
- it is troublesome to use live template completely. Every time you create a new class, you have to manually enter a keyword to trigger .
- when using live template to generate method comments, using the built-in method parameter return of live template does not work, and I don"t know the specific reason.
- eclipse supports @ throws Exception,. I don"t know how idea should complete this annotation?
- wants to replace live template, with file and code templates but doesn"t know how to comment on method
- I don"t know how to annotate Synchronize code specifications between multiple idea
searched the Internet for a long time and came to codeshelper to ask questions and ask for help without finding a solution. I don"t know if you have any good idea. After all, the number of idea users is already so large. I believe there must be friends who encounter similar problems.
20181017 update: @ A Snake is correct. There are so-called "detailed" tutorial methods on the Internet, but they can"t solve my five difficulties.