Hi,
I'm currently working on an exisiting code base of a customer.
They have placed their copybooks in a specific directory structure and rather than setting the Copybook Path they use a syntax like
copy 'path/to/copybook'.
The copybooks do not have an extension like '.cpy'.
With update 3.0 Visual Studio (we're using version 2015) has gained the ability to display the contents of copybooks.
This works fine when a copybook is referenced as copy copybook
. ,the relevant paths are added to the copybook paths and the file has an extension that has been configured but does not work with the syntax shown above.
How can I get the contents of the copybook to be displayed for such lines as well?
I've tried the second suggestion of To specify that a file extension is a copybook and adding one of those copybooks as "existing item" but even if I remove the path from the copy statement the copybook is not found.
Thanks in advance