⚡️ SLAMP is your new IntelliJ IDEA plugin that makes sharing code with AI models 🤖 a breeze! Just "SLAMP It" 🚀
Ever found yourself:
- 😫 Manually copying multiple files into your favorite LLM?
- 🔍 Losing track of which files you've shared?
- 📋 Formatting code snippets for better AI understanding?
Say goodbye to these hassles – just SLAMP It!
- 🎯 Quick toggle button in the main toolbar
- ✨ Visual feedback with Add/Remove icons
- 📝 Automatic path shortening
- 🔄 Multi-file support
- 🤖 Auto-separation of code and test files
- 📁 Full relative paths preserved
- 🎨 Clear [CODE] and [TEST] sections
- 💡 Ready-to-use [INSTRUCTION] prompt section
- ⚡️ Real-time clipboard updates
- 🎯 LLM-optimized formatting
- 🔔 Clear action notifications
- 🗑️ One-click clearing
|
|
|
From JetBrains Marketplace
1. Open IntelliJ IDEA 2. Navigate to: `Settings/Preferences` > `Plugins` > `Marketplace` 3. Search for "SLAMP" 4. Click `Install`Manual Installation
1. Download the [latest release](https://github.com/alexandrelam/SLAMP/releases/latest) 2. In IntelliJ IDEA: - Go to `Settings/Preferences` > `Plugins` - Click ⚙️ > `Install plugin from disk...` - Select the downloaded file# Clone the repository
git clone https://github.com/alexandrelam/SLAMP.git
# Build the plugin
./gradlew build
# Run with IDE for testing
./gradlew runIde
[CODE]
// src/main/kotlin/com/example/MyClass.kt
class MyClass {
// ... code content
}
[TEST]
// src/test/kotlin/com/example/MyClassTest.kt
class MyClassTest {
// ... test content
}
[INSTRUCTION]
Report Bug · Request Feature · Submit PR
Star this repo if you found it useful! ⭐
Made with 💜 for developers who love talking to AI
SLAMP It - Because your code deserves better than ctrl+c, ctrl+v!
When in doubt, SLAMP It out! ✨