-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hey,
I'm trying to figure if I can make better use of this extension in my projects.
I have a folder structure in my projects similar to the structure Netlinx Studio. Source, Module, Include etc, so the project folder is a bit more organised and not so chaotic. This obviously causes problems when I come to compile my code as the includes and module files are not in the "local" directory where the main.axs file is.
I haven't tried using the global compile but I don't think this will work for me either. I do have a global folder where I keep all my modules but each module is in a separate sub-directory as they each have a Git repo. If I specify the root global directory will recursively look through all the sub-directories too?
Ultimately I'm just looking to find a way to use this extension without having to keep every file in the same directory, whether that be a local or global directory.
Thanks in advance.
Damien