every time I have a config file source another file, I wish that I could embed a frame that shows me that file.
is there anything that can do this at least on my end? I know VSCode Peek Definition can do it for function declarations etc but you have to do that every time, and I want it to just be under every sourcing line only in shell scripts.
my kingdom for a text+code editor standard that's got wide agreement and understands there's a need for embeds in comments
I want to:
- split my config into more manageable pieces for organization, testing, and debugging
while:
- having it all at a glance instead of needing to open 50 windows only to see 3 lines in each
