You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-Detection of Source Files and Headers: The application now automatically subdirectories detects source files and headers in your project directory
C Project Structure Detection: It detects whether you are in a C project and creates the necessary structure if it’s missing.
Automatic Project Structure Creation: If the structure is not present (no .c files in the directory), the app will automatically create:
main.c, name-app.c, and name-app.h
Directories: include/ and src/
A corresponding Makefile
A bonus .gitignore file