The format described here and here seems to be a big step forward from BeginPackage/EndPackage structure and is apparently widely used in Mathematica itself.
From my experience Workbench does not currently support it (symbol navigation does not work as well as debugging etc).
If the answer is "no" — does anyone has the experience with some IDE and "new package format"?
I've checked Idea plugin (which I actually have paid version), but it seem to have the same problem: symbol navigation does not work across files.
VSCode has very limited support for Wolfram Language (and getting language server to run stably seems next to impossible).
Thanks in advance.
PackageScopesymbols, not justPackageExportones. While at first this may feel like a chore, it is quite useful to do it because you can also get a small documentation popup in case you forgot what the function does ... – Szabolcs Oct 06 '21 at 14:55But this behaviour seems a bit strange for me. Especially because almost all my usage messages are set via GeneralUtilities`SetUsage.
I wonder if this by design of the plugin.
– Pavel Perikov Oct 06 '21 at 15:12Considering usage messages I thought it is a relic of traditional package format.
Does @halirutan read this site?
Thank you again.
– Pavel Perikov Oct 06 '21 at 15:48