Auto File and Function Comments READMEThis extension 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 FeaturesAdds file comments at the start for .py, .java, .c, .cpp, .h, and .hpp files. Adds function comments in .py, .java, .h, and .hpp files. Allows user to add more/customize default comment lines. Languages Currently Supported (and Will be Supported in The Future)☑ C ☑ C++ ☑ Java ☑ Python ☐ JavaScript ☐ Other Extension SettingsThis extension contributes the following settings:
Known Issues
Future Features
Release Notes1.0.0Initial release of auto-file-and-function-comments. 1.0.1Added functionality for python files. 1.0.2Fixed ability to change author name. 1.0.3Added basic ability to comment C++ classes (still does not support inherited C++ classes). Added ability to decide to include the date in the file comments and add additional comment lines for file, method, and adt comments. 1.0.4Fixed some formating errors from previous version. 1.0.5Updated ReadMe and ChangeLog. 1.0.6Python classes (both inherited and not) can be commented. C++ classes (both inherited and not) can be commented. Added logo for extension. 1.0.7Updated ReadMe and ChangeLog. Enjoy! |