Stuck OverflowStuck Overflow allows you to search Stack Overflow from VS Code, using the input box or directly from errors flagged in your code. Features
![]() 0.2.1Added the error message to the Lightbulb (Quick Action) menu. Updated the placeholder text in the stuck search bar. 0.2.0Updated to support latest VS Code libs. Fixed a bug where search for one word would open Explorer instead of a browser. 0.1.9Searches are now prepended with the file type to give you more relevant results. There are some included as default, but you can override/add your own by adding the following to your User Settings: "stuckOverflow.customFileTypes" = [ { extension: "ts", fullName: "Typescript" }... ] You can also turn this feature off by doing the following: "stuckOverflow.prependFileType" : false 0.1.8You can now enable/disable the search types on the quick action menu, by setting the following in your User Settings. The defaults are shown below: "stuckOverflow.enableFuzzySearch" : true, "stuckOverflow.enableExactSearch" : false 0.1.3Added support to enter your own query to search Stack Overflow. 0.1.2Tweak README. 0.1.1Tweak README. 0.1.0Initial release of Stuck Overflow. |