how to ouput message to console Permanently deleted user 创建于 2014年01月28日 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));