PyCacheCleaner
VS Code extension that cleans __pycache__ directories in Python projects.
Features
- Automatically find all
__pycache__ directories in Python projects
- Clean all cache directories with a single click
- Clean caches in a specific directory via the file explorer context menu
- Progress indicator during cleaning process
- Information about the number and size of cleaned files
Usage
There are two ways to use the extension:
Via Command Palette:
- Press
Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac) to open the command palette
- Run "Python: Find Cache Files" or "Python: Clean Cache Files" commands
Via File Explorer:
- Right-click on any folder
- Select "Python: Clean Cache Files" option
Requirements
Installation
- Open Extensions view in VS Code (
Ctrl+Shift+X )
- Search for "PyCacheCleaner"
- Click "Install" button
Feedback
For bug reports, feature requests, or feedback, please contact via GitHub repository.
PyCacheCleaner (Türkçe)
Python projelerindeki __pycache__ klasörlerini temizleyen VS Code eklentisi.
Özellikler
- Python projelerindeki tüm
__pycache__ klasörlerini otomatik olarak bulma
- Tek tıkla tüm önbellek klasörlerini temizleme
- Dosya gezgininde sağ tık menüsü ile belirli bir klasördeki önbellekleri temizleme
- Temizleme işlemi sırasında ilerleme göstergesi
- Temizlenen dosya sayısı ve boyutu hakkında bilgi
Kullanım
Eklentiyi kullanmak için iki yol vardır:
Komut Paleti Üzerinden:
Ctrl+Shift+P (Windows/Linux) veya Cmd+Shift+P (Mac) tuşlarına basarak komut paletini açın
- "Python: Find Cache Files" veya "Python: Clean Cache Files" komutlarını çalıştırın
Dosya Gezgini Üzerinden:
- Herhangi bir klasöre sağ tıklayın
- "Python: Clean Cache Files" seçeneğini seçin
Gereksinimler
- VS Code 1.74.0 veya daha yeni sürüm
Kurulum
- VS Code'da Extensions görünümünü açın (
Ctrl+Shift+X )
- "PyCacheCleaner" araması yapın
- "Install" düğmesine tıklayın
Geri Bildirim
Hata raporları, özellik istekleri veya geri bildirimler için GitHub deposu üzerinden iletişime geçebilirsiniz.
Enjoy!
| |