Stack Search is an open-source extension for VSCode to search on stack overflow. This extension is for developers who actively surf questions on stack overflow to view, comment, answer, cast votes on their particular field / tech stack of choice.
- Search questions with Tags:
- Specify the tags in the input (comma-separated) and get questions containing those tags.
- Search questions with Favorite Tags:
- Configure favorite tags under settings.
- Can be achieved either with GUI VSCode settings and under StackSearch. Screenshot below.
- Or adding
"linksManager.config.getFavoriteTags": "tag1,tag2"
to settings.json file. (Replace the tag1 and tag2 with your own). Screenshot below.
- Search questions with Query:
- Specify the query in the input and get questions containing those tags.
- Hint: To get more appropriate results, use minimum amount of keywords. For Eg.:
split list in python
instead ofhow to split a list in python?
This extension contributes the following settings:
stackSearch.config.favoriteTags
: Add favorite (comma-separated) tags to search for (defaults to stackoverflow)
Initial release of StackSearch with Search with tags, favorite tags & query.
README Update
Description Update
Favorite tags search issue resolution (iteration 1)
Favorite tags search issue resolution (iteration 2)
Favorite tags search issue resolution (iteration 3) (final)
Contributions are welcomed :)