Intellij plugin development print in console window
问题 I am new to Intellij Idea plugin development. So I am developing a simple plugin to print a string value in a tool window(similar to console window)! There are less examples when I searched the web! I have a slight understanding about the Intellij action system but is unable to figure out how to register the necessary action in the plugin.xml to print the string in a tool window! Following is my code import com.intellij.openapi.actionSystem.AnAction; import com.intellij.openapi.actionSystem