โก๏ธ 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! โจ