about vscode

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
Ronald
Super wx Problem Solver
Super wx Problem Solver
Posts: 306
Joined: Mon Mar 05, 2018 4:17 am

about vscode

Post by Ronald »

Considering habit, I'd like to choose a code editor that support many programming languages.
vscode is popular, or better vscodium (https://github.com/VSCodium/vscodium) without telemetry.

However I encounter a problem.
I have to modify the build script when adding/removing/moving source files.
A good example is VS.

Globbing works, however any better solution? It's perfect if modifications can be tracked, so no need for scan all the files when build.

Any better solution is welcome.

Thanks
Post Reply