Using 1.2.6 version of the extension on Windows 11, cannot find out declarations/definitions/implementations of .pas files.
However, Lazarus IDE provides include files -Fi field in project options and -Fu that both allow tracking variable declarations.
Under Lazarus IDE, -Fi field accepts VEHDebug;dbk32;lua;jvdesign;$(LazarusDir)\designer;$(LazarusDir)\ide;betterControls, I wonder if the same syntax holds in the extension settings?
Another point is what are the complete list of supported ENV variables, such as, $(ProjOutDir)?
Using 1.2.6 version of the extension on Windows 11, cannot find out declarations/definitions/implementations of
.pasfiles.However, Lazarus IDE provides include files
-Fifield in project options and-Futhat both allow tracking variable declarations.Under Lazarus IDE,
-Fifield acceptsVEHDebug;dbk32;lua;jvdesign;$(LazarusDir)\designer;$(LazarusDir)\ide;betterControls, I wonder if the same syntax holds in the extension settings?Another point is what are the complete list of supported ENV variables, such as, $(ProjOutDir)?