I am using eclipse IDE latest version with this plugin:
https://github.com/mihnita/ansi-econsole
or
and
https://mihai-nita.net/wp-content/uploads/2013/06/AECSample.jpg
And like you can see in the picture the plugin should support italic/bold/underline
But I can not make it work. I can not understand why bold, italic and underline does not work I am able to print colored text with ANSI plugin.
I checked here: How to print color in console using System.out.println?
System.out.println("Hello \u001b[1;31mred\u001b[0m world!");
System.out.println("\033[0;1m" + "Bold text");
System.out.println("\u001B[1m" + "I am bold");
I want to see italic/underline and bold on console output texts but right now only colors and background colors worth with the plugin