RE: Customized page code cannot be seen in visual studio code - nav 365
Hi
thaks alot for your feedback,
you can review below example added on this link
docs.microsoft.com/.../devenv-al-code-navigation
also for more information about code navigation in Visual Studio Code, see the below link
code.visualstudio.com/.../editingevolved
Transitive references can only be resolved if the symbol app that defines the reference is a dependency on the project that contains the entry point for the Go to Definition symbol. For example, assume that you are in HelloWorld.al and want to Go to Definition on the Car table defined in the Car.app which is a dependency on your app. Then navigation will open the CarTable.dal preview file. And assume that from here you want to Go to Definition on CarDistributor table defined in the CarDistributor.app which is a dependency on Car.app, but not a dependency on the HelloWorld.app. In this case the source code Go to Definition will not work.