Just wondered if this is possible since Edge Code is fundamentally written in HTML/JS/CSS.
I like to add descriptive comments to my files in Windows Explorer, I would like to be able to see thos comments next to the file names in the folder / Working Files view in Edge Code.
I'm guessing it could be added to a node module somewhere, but not sure where (or what to add).
Any ideas would be great.
Thanks
Andrew
Andrew,
Yes, it's possible, but there's no API that makes it easy. Edge Code CC is a re-branding of the Brackets Project which is open source and highly extensible, so anything is really possible. So, take a look at Brackets if you want to try to add this functionality.
Randy