Can i create a action in groovy file?

for instance,

// Act.java

 
public class Act extends AnAction {
    AnActionEvent e;

}

Can i change it to Act.groovy and use groovy func?

0

请先登录再写评论。