Comment Remover
A downloadable tool for Windows
I created this project not to infuriate coders, but to assist writers with their work (and also coders using ChatGTP).
When I'm writing, I tend to write lots of comments about what the characters are thinking and other miscellaneous stuff around their dialogue, but I don't want anyone but me to actually read them!
I've tried using ChatGTP to remove comments but sometimes it's inaccurate and it only removes comments one file at a time.
So I made this tool that removes all comments (determined by a prefix) so that I can show people a cleaned up version of my work.
Note that this only works if you put a prefix before all of your comments (I always use double slash because I like C#), e.g.
// Comment to be deleted...
Regular text that won't be deleted.
When using ChatGTP to code, I've found it sometimes gets confused by the comments I write in the code I feed to it. For example, one time I had a matplotlib import statement commented out, which caused ChatGTP to add a "plot graph" function that was completely unrelated to what I asked of it. A lot of chat sites allow you to provide multiple code files (in file form) to the AI, so I figured it'd make sense to also make this tool be able to bulk uncomment files.
Features:
- Customizable prefixes (use literally anything as a prefix).
- Bulk file comment removal - Clean multiple files at once!
- Choose output folder destination.
- Everything saves when you close and reopen it.
Hope someone other than me gets some use out of it (but please don't use it on people's code)!
Updated | 16 days ago |
Status | Released |
Category | Tool |
Platforms | Windows |
Author | PufferSquid |
Tags | comment-remover, text-editing, writing, writing-tool |
Leave a comment
Log in with itch.io to leave a comment.