Based on and forked from Insight by TMcGinn
A VS Code extension for quick access and smart queries of developer resources such as Google, StackOverflow and YouTube as well as documentation for popular languages and frameworks.
- Launch popular sites right from VSCode (including popular language/framework docs)
- Search what you're highlighting
- Search custom terms within your editor
Search Highlighted Text
TIP: Highlight language keywords for best results.
Custom Search
Search StackOverflow
NOTE: The search results of StackOverflow API aren't as good as a search on stackoverflow.com.
Documentation List
- Added documentation links for Express, React, Angular, Bootstrap, Sass, Gatsby, GraphQL, React Navive, Ionic




{ // The user-specified amount of results that should show up on search in-editor. "intrasight.stackOverflowDisplayedResults": 15, "intrasight.gitHubDisplayedResults": 15, // The documentation sources to be listed in the Intrasight sidebar. "intrasight.docs": [ { "label": "Webpack", "websiteURL": "https://webpack.js.org/concepts/", "icon": "/home/Downloads/webpack.png" } ], // Whether the file language show be included in search queries. // (may help increase search specificity) "intrasight.includeLanguageInQuery": true, // Whether the file language should be shown next to search resources. "intrasight.showLanguageInDescription": true, // Whether GitHub Search automatically authenticates so it can fetch private repositories. "intrasight.gitHubAuthentication": true }