I just recently changed to use Sublime because of it’s support for ANSI color codes which is something Microsoft has pushed in Powershell. I’m not sure of the value as Powershell messages tend to be very long and very verbose but not very good at explaining just telling you what’s wrong.
I’m not sure how much value the color really adds at this point. But here we are. Any output written by Powershell is repleat with potentially thousands of these codes making un-formatted ouput impossible to read and definately impossible to quantify the unique errors.
I noticed that even once I’ve set the Syntax selection to ANSI that it may need to be re-selected even though it says ANSI. I think one of these occurances is if you are viewing a log file that’s still being updated. There is another instance that causes this same thing but I’ve not figured out what the cause is exactly.
i’ve not had a reason to use the various coding syntax so I’m not sure if ANSI might be an exception to how it works or if the other syntax ssettings behave similarly.