Hello everyone,
I have custom code in C/AL, and i am developming a extension with al (Visual Code). But, the custom code, for example, a custom field, don´t appear in visual code.
Is it not possible to access the custom code from an extension?
Thank you.
0
Answers
Look into the below link hope it helps
https://thinkaboutit.be/2018/11/how-do-i-develop-an-extension-in-business-central-on-premises/
generatesymbolreference
https://github.com/Microsoft/AL/issues/930
After that download symbols in VS Code (explained in Sachin's post).
This should do it, you'll be able to see custom fields in VS Code now.