IntelliJ Platform plugin for searching code snippets, keywords or errors on Stackoverflow with just a click.
ALWAYS USE THE STABLE AND LATEST VERSION OF THIS PLUGIN, IF THERE IS A VERSION WAITING FOR UPDATE JUST WAIT. It is tested in IntelliJ IDEA and Android Studio, might be unstable in other Jetbrains platforms such as PyCharm. In which case report issues.
- in Android Studio or any other IntelliJ IDE: go to
Preferences → Plugins → Browse repositories
and search forSearchOverflow
or
- download it and install via
Preferences → Plugins → Install plugin from disk
- Make sure you have latest version of your IDE
- Select the text, code snippet or error message and right-click
- Select "Search on Stackoverflow"
Pull requests are welcomed!
I'm planning to add more features like sub-menus for advanced search
-
Using actions sytem, make 2 sub-menus
search in questions
,search in title
. -
Stackoverflow uses
is:question
andis:title
query tags for this. -
make sure you stick to clean coding and Java naming conventions.
-
make sure you have Java 8 installed if you want to publish it in the plugin repository
MIT LICENCE
Copyright (c) 2018 Ege Kuzubasioglu
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.