generate brainrot comments that will roast the quality of your code
ai slop below:
Installation
From Source
Install dependencies:
npm install
Compile TypeScript:
npm run compile
Press F5 in VS Code to launch Extension Development Host and test the extension
Package Extension
Install vsce (VS Code Extension manager):
npm install -g vsce
Package the extension:
vsce package
Install the generated .vsix file via VS Code's Extensions view
Usage
- Place your cursor on any line in any file
- Press
Ctrl+Shift+C (or Cmd+Shift+C on Mac)
- The comment will be inserted at the beginning of the line (preserving indentation)
Requirements
- VS Code 1.74.0 or higher
- Node.js 14 or higher
Development
npm run compile - Compile TypeScript
npm run watch - Watch mode for development
| |