My Portfolio
"Auto File and Function Comments" is a Visual Studio Code Extension that will allow you to add comments to your Python, Java, C/C++ (and header) files. All you have to do is have the file you want commented open, then press Alt+W. Please note that this extension assumes that your code has no syntax errors.
Coming Soon!
I made "Auto File and Function Comments" because I have loathed commenting my files and functions ever since I started to learn how to program. After making my "Open Command Folder" extension, I was curious to see if I could also automate setting up comment templates for files and functions.