Stackanswers.vim Save

Vim plugin to fetch and display answers from Stack Overflow

Project README

stackanswers.vim

Vim plugin to get answers from Stack Overflow. Inspired by SO-Eclipse-Plugin.

:StackAnswers

Anything inputted after the command becomes the 'question' that will be answered from Stack Overflow, provided that answers exist. Answers will be shown in a separate buffer.

Gif

Installation

StackAnswers should work with any modern plugin manager for Vim, such as NeoBundle, Pathogen, Vim-Plug, or Vundle.

Requirements:

StackAnswers uses an external python module to parse data. You can install it via:

sudo apt-get install pip
pip install requests
pip install beautifulsoup4
pip install html5lib

Contributing

If you have something you would like to contribute, feel free to open up a pull request with a short summary of what exactly you are adding/fixing.

Thanks to all the people who contributed to the project!.

Open Source Agenda is not affiliated with "Stackanswers.vim" Project. README Source: james9909/stackanswers.vim
Stars
169
Open Issues
1
Last Commit
6 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating