Skip to content

Master commeting in Visual Basic, or well generate them automatically

License

Notifications You must be signed in to change notification settings

brendanfuller/CommentMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommentMaster

CommentMaster is a VB application to comment VB files for Computer Science courses as required for a class. This was designed to parse, generate, and even save the comments for later use.

Although it has been tested decently well, ALWAYS BACKUP FILES BEFORE USE

Usage

Clone the repo, open the solution in Visual Studio (2022).

  1. Load the file with the "Open File" button on the top left. BACKUP THE FILE YOU SELECT
  2. The file will be parsed

Keep in mine all Const and Dim should all have a type like Dim thing as String

  1. Add comments by selecting the text boxes and tabs you wish to change. Keep in mind even if a Constant, Structure, Global, or a Method is blank, the comments will still be generated.
  2. Check the file. Sometimes comments can break the files, so always double check the output.
  3. Profit, you saved at least 30 minutes on your homework because you did :D

Example programs

  • To be added

About

Master commeting in Visual Basic, or well generate them automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published