vcu-swim-lab / stack-intheflow

MIT License
14 stars 4 forks source link

StackInTheFlow

An IntelliJ plugin to query StackOverflow.

Search StackOverflow Without Leaving the IDE

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.

Search

Automatically Generate Queries from your Code

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!

Auto

Receive Smart Recommendations to Accelerate your Workflow

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!

Error

Sort & Filter

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.

Filter


Running in Android Studio

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:

Contributors

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

Install

StackInTheFlow

License

MIT