Intellij idea插件如何实现代码格式化器?

时间:2024-10-31 00:54:13

1、定义一个ProtobufElementFactory进行处理。如图

Intellij idea插件如何实现代码格式化器?

2、在工厂类中提供创建属性文件的功能。如图

Intellij idea插件如何实现代码格式化器?

3、创建一个快速处理的目标action,继承自BaseIntentionAction。如图

Intellij idea插件如何实现代码格式化器?

4、使用ApplicationManager代理调用实现属性的创建。如图。

Intellij idea插件如何实现代码格式化器?

5、具体的创建属性的处理方法。如图

Intellij idea插件如何实现代码格式化器?

6、创建ProtobufAnnotator实现Annotator接口。如图

Intellij idea插件如何实现代码格式化器?

7、实现ProtobufAnnotator的annotate方法。如图

Intellij idea插件如何实现代码格式化器?
© 手抄报圈