Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Stuck OverflowNew to Visual Studio Code? Get it now.
Stuck Overflow

Stuck Overflow

Dave Gerrard

|
3,606 installs
| (5) | Free
Search Stack Overflow for help on errors in your code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Stuck Overflow

Stuck Overflow allows you to search Stack Overflow from VS Code, using the input box or directly from errors flagged in your code.

Features

  • From the command palette type 'Stuck Search' to find the Stuck Overflow command, then enter your query to search Stack Overflow. It will open in your default browser with the results.

  • Prepends the file type to the search to give more relevant results.

  • Ability to add custom file types for the search criteria.

  • Click the Lightbulb (Quick Action) on erroneous code to perform an 'exact' or 'fuzzy' search of the error on Stack Overflow.

  • Enable/Disable the search types on the quick action menu by adding the following to your User Settings:

    "stuckOverflow.enableFuzzySearch" : true, "stuckOverflow.enableExactSearch" : false

  • Use the keyboard shortcut to launch the quick action menu on multi-line errors. (Win: CTRL + . | Mac: CMD + .)

0.2.1

Added the error message to the Lightbulb (Quick Action) menu.

Updated the placeholder text in the stuck search bar.

0.2.0

Updated to support latest VS Code libs.

Fixed a bug where search for one word would open Explorer instead of a browser.

0.1.9

Searches 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.8

You 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.3

Added support to enter your own query to search Stack Overflow.

0.1.2

Tweak README.

0.1.1

Tweak README.

0.1.0

Initial release of Stuck Overflow.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft