I’ve been using Sublime text to unsuccessfully create an extension to a YAML file. (I have a post about that specific problem a bit earlier.)
As I’ve kept poking at the problem, I realised it would be really helpful to be able to view the contents of a variable, at “runtime” after all substitutions have been made. ie. The exact data that is going to be presented to a pattern matcher or similar.
Is there some way of viewing that data in Sublime Text?
Thanks