Skip to content

Commit 096400d

Browse files
committed
Update README.md
1 parent 239c13a commit 096400d

1 file changed

Lines changed: 29 additions & 26 deletions

File tree

README.md

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,51 @@
11
# StackOverflowQuickLaunch
22

3-
<!-- Replace this badge with your own-->
4-
[![Build status](https://ci.appveyor.com/api/projects/status/hv6uyc059rqbc6fj?svg=true)](https://ci.appveyor.com/project/madskristensen/extensibilitytools)
3+
Stack Overflow Quick Launch Provider allows you to search Stack Overflow within Visual Studio.
4+
5+
Just press Ctrl + Q or click inside Quick Launch search box and start typing your question.
6+
When you click on a selected search result you will be redirected to the Stack Overflow's site.
7+
8+
This extension works with Visual Studio 2012, 2013 and 2015.
59

6-
<!-- Update the VS Gallery link after you upload the VSIX-->
7-
Download this extension from the [VS Gallery](https://visualstudiogallery.msdn.microsoft.com/[GuidFromGallery])
8-
or get the [CI build](http://vsixgallery.com/extension/ToDoGlyphFactorySample/).
10+
Download this extension from the [VS Gallery](https://visualstudiogallery.msdn.microsoft.com/8d74682c-851e-4658-baaf-190ba11c1603)
11+
or get the [Previe build](http://vsixgallery.com/extension/63E411F1-E531-44E8-8689-16B34600CF25/).
912

1013
---------------------------------------
1114

12-
This sample demonstrates adding a glyph for lines that have 'ToDo' in them.
15+
![](https://i1.visualstudiogallery.msdn.s-msft.com/8d74682c-851e-4658-baaf-190ba11c1603/image/file/182444/1/preview2.png)
1316

1417
# Changelog
1518

1619
These are the changes to each version that has been released
1720
on the official Visual Studio extension gallery.
1821

19-
## 1.1
22+
## 0.3
2023

21-
**2016-02-13**
24+
Added new options in options panel (Tools -> Options... -> Stack Overflow Quick Launch Provider)
2225

23-
- [x] Feature 3
24-
- [x] Feature 4
26+
Bug fixes
2527

26-
## 1.0
28+
Updated error handing
2729

28-
**2016-01-21**
30+
## 0.2
2931

30-
- [x] Initial release
31-
- [x] Feature 1
32-
- [x] Feature 2
33-
- [x] Sub feature
34-
-
35-
32+
Search now shows same results as stackoverflow.com with answers and questions.
33+
34+
Under the hood improvements.
35+
36+
## 0.1.2
37+
38+
Visual Studio Community support
39+
40+
## 0.1.1
41+
42+
Visual Studio 2015 support & License added
43+
44+
## 0.1
45+
46+
- First preview release
3647

3748
## Contribute
38-
Check out the [contribution guidelines](CONTRIBUTING.md)
39-
if you want to contribute to this project.
40-
41-
For cloning and building this project yourself, make sure
42-
to install the
43-
[Extensibility Tools 2015](https://visualstudiogallery.msdn.microsoft.com/ab39a092-1343-46e2-b0f1-6a3f91155aa6)
44-
extension for Visual Studio which enables some features
45-
used by this project.
4649

4750
## License
4851
[The MIT License (MIT)](LICENSE)

0 commit comments

Comments
 (0)