Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Vibe CleanerNew to Visual Studio Code? Get it now.
Vibe Cleaner

Vibe Cleaner

Tuma Solutions

|
2 installs
| (0) | Free
Automatically remove emojis from files on save or via commands. Clean your codebase from unwanted emojis.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vibe Cleaner

A VS Code extension that automatically removes emojis from files in your project.

Emojis are removed automatically when you save any file. You can also use commands for manual control.

Test Emojis

Here are some emojis for testing:

Features

  • Auto-remove on save: Emojis are automatically removed when you save any file - no action needed!
  • Manual commands: Use commands when you need more control

Usage

Emojis are removed automatically on save. For manual control:

  1. Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  2. Type "vibecleaner" to see available commands:
    • vibecleaner: file - Remove emojis from current file
    • vibecleaner: all - Remove emojis from entire project

Supported File Types

The extension processes common text-based files including:

  • Source code: .js, .ts, .py, .java, .cpp, .go, .rs, etc.
  • Web files: .html, .css, .scss, .vue, .svelte, etc.
  • Config files: .json, .yaml, .yml, .xml, .ini, etc.
  • Documentation: .md, .txt, .rst, etc.

Ignored Directories

The following directories are automatically skipped:

  • node_modules
  • .git
  • dist, build, out
  • __pycache__, venv
  • And other common build/dependency directories

Installation

From Source

  1. Clone this repository
  2. Run npm install
  3. Run npm run compile
  4. Press F5 to open a new VS Code window with the extension loaded

Package as VSIX

  1. Install vsce: npm install -g @vscode/vsce
  2. Package: vsce package
  3. Install the generated .vsix file in VS Code

Development

# Install dependencies
npm install

# Compile
npm run compile

# Watch for changes
npm run watch

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft