An IntelliJ plugin to query StackOverflow.
StackInTheFlow integrates seamlessly with Intellij to allow you to find the solutions to the development problems you face without ever leaving the flow of your development environment.
Take your automation one step further by having StackInTheFlow generate queries for you. Either generate a query from an editor tab or select a block of code, then right-click and select Auto Query!
If enabled, StackInTheFlow with make suggestions of StackOverflow articles when it thinks they will help you out with your current task, ensuring relevant information is always at your fingertips. Never manually search for the meaning behind a cryptic error message again!
Refine your searches by sorting by different metrics and filtering by specific tags. If you never want to leave the comfort of your keyboard, you can even press <TAB>
to add the previous word as a tag.
In order to run StackInTheFlow within Android Studio you must set the STUDIO_JDK
environment variable to point to an Oracle JDK installation on your machine. You can read about setting Android Studio environment variables here.
For example on Windows in the command prompt you would run:
set STUDIO_JDK="C:\Program Files\Java\jdk_version_something"
Alternatively you can:
STUDIO_JDK
to point to where the JDK software is located, for example, C:\Program Files\Java\jdk1.8.0_144.Chase Greco (Zerthick) - Project Lead
Chris Carpenter (carpentercr) - Logging
John Coogle (cooglejj) - Core
Jeet Gajjar (kakorrhaphio) - Core
Tyler Haden (tylerjohnhaden) - Core
Kevin Ngo (cptcomo) - UI
Kosta Damevski (damevski) - Project Advisor
This plugin is produced by the SWIM Lab @ Virginia Commonwealth University