|
1 | 1 | # StackOverflowQuickLaunch |
2 | 2 |
|
3 | | -<!-- Replace this badge with your own--> |
4 | | -[](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. |
5 | 9 |
|
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/). |
9 | 12 |
|
10 | 13 | --------------------------------------- |
11 | 14 |
|
12 | | -This sample demonstrates adding a glyph for lines that have 'ToDo' in them. |
| 15 | + |
13 | 16 |
|
14 | 17 | # Changelog |
15 | 18 |
|
16 | 19 | These are the changes to each version that has been released |
17 | 20 | on the official Visual Studio extension gallery. |
18 | 21 |
|
19 | | -## 1.1 |
| 22 | +## 0.3 |
20 | 23 |
|
21 | | -**2016-02-13** |
| 24 | +Added new options in options panel (Tools -> Options... -> Stack Overflow Quick Launch Provider) |
22 | 25 |
|
23 | | -- [x] Feature 3 |
24 | | -- [x] Feature 4 |
| 26 | +Bug fixes |
25 | 27 |
|
26 | | -## 1.0 |
| 28 | +Updated error handing |
27 | 29 |
|
28 | | -**2016-01-21** |
| 30 | +## 0.2 |
29 | 31 |
|
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 |
36 | 47 |
|
37 | 48 | ## 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. |
46 | 49 |
|
47 | 50 | ## License |
48 | 51 | [The MIT License (MIT)](LICENSE) |
0 commit comments