Easy-Project-Extension-VS-CodeThis is an extension to create a project in VS Code for C++ for all popular platformsRequirements
How to use?To create a project you should open a folder or workspace, enter ctrl + shift + p, type "Easy Project" and choose "Create Project". After that choose your platform and code! To change the executable name you should should open a folder or workspace with a project, enter ctrl + shift + p, type "Easy Project" and choose "Change name of executable". After that type a new name (without any .exe) and done! To get the release or debug version of the executable you should should open a folder or workspace with a project, enter ctrl + shift + p, type "Easy Project" and choose "Set debug or release version". After that choose what you need and done! To allow multiple or single folders in folder src you should open a folder or workspace with a project, enter ctrl + shift + p, type "Easy Project" and choose "Allow multiple folders in src". After choose what you need and done! AdditionallyYou can use any compiler but should change one line in Makefile. |