btw, Are meta links planned to show up as highlighting in code views?
Yes, we will soon have the new editor everywhere which allows to do this. The most important is to visualize breakpoints. I want to have dedicated visuals for that. Then, later, I want to show meta links in general, but with a non-intrusive way. (maybe optional?). There should be a âmeta link editorâ, too. But all that needs experiments...
btw2, I guess if debugging code is a meta link, it won't get filed out or saved by Monticello. This would have a benefit to minimise adhoc logging accidentally ending up in packages, but wouldn't suit a case where the logging is meant to permanently remain spread throughout the code ready for all to be enabled when needed. Otherwise you'd need code in a separate location that installs the debugging metalinks, which may be susceptible to getting out sync with the main code it references.
Yes, meta links and breakpoints are never saved with the code. Marcus