Answer the question
In order to leave comments, you need to log in
How to deal with auto-completion of paths if the paths in src and build are different?
I collect projects with Galpom. When entering paths in editors, there is auto-completion of paths, which allows you not to write the full file name + path to it, but to select the one you need by entering just a couple of letters.
But the structure of the src and app folders is different for me, as a result of which either the paths become incorrect after compilation, or there is no way to use autocompletion. How can this problem be solved?
Only 2 options come to mind:
1) Move the beginning of the paths to a variable, and change it in src and app. But it is unlikely that auto-completion will work, I have not tried it yet. (WebStorm)
2) Correct the paths when compiling with some kind of gallp plugin, but I don’t know which one yet.
M.b. can anyone suggest a more elegant solution?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question