Introducing the Intellify plugin for JetBrains IDE's! This minimalistic Spotify integration allows you to seamlessly listen to your favorite tunes while coding. With the ability to display the current playing track in the Status Bottom Bar and Prev, Play/Pause, Next buttons and Album Cover in a popup, you'll never miss a beat. Say goodbye to switching between tabs to change your music and hello to an integrated and uninterrupted workflow. Download the Intellify plugin today and experience the perfect balance of productivity and enjoyment!
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for " intellij-spotify" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Contributions are very welcome on this project! Please see our contributing guidelines and code of conduct to get started.
- The code was inspired partially from bearlysophisticated/spotify-idea-plugin.
- This project use spotify-web-api-java
- This plugin is of course heavily dependent on JetBrains' IntelliJ SDK
- Plugin based on the IntelliJ Platform Plugin Template