how to ouput message to console Permanently deleted user Created January 28, 2014 04:45 how can i to output message to console,and i want to get user input message from console,how can i do it in a plugin?
I use the notification bus to output messages to the Intellij console window
Notifications.Bus.notify(new Notification("ApplicationName", "MethodName", message, NotificationType.INFORMATION));