Can i create a action in groovy file? roro co Created March 22, 2015 10:03 for instance, // Act.java public class Act extends AnAction { AnActionEvent e;}Can i change it to Act.groovy and use groovy func?
Yes, sure