Skip to content

A fork of @TylerMcGinn's VS Code extension that allows you to search external sites within the editor.

License

Notifications You must be signed in to change notification settings

JammSpread/Intrasight

Repository files navigation

intrasight
Intrasight: Search in VSCode

Based on and forked from Insight by TMcGinn

Description

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.

Features

  • Launch popular sites right from VSCode (including popular language/framework docs)
  • Search what you're highlighting
  • Search custom terms within your editor

Examples

Search Highlighted Text

TIP: Highlight language keywords for best results.

Highlight Search

Custom Search

Custom Search

Search StackOverflow

NOTE: The search results of StackOverflow API aren't as good as a search on stackoverflow.com.

StackOverflow Search

Documentation List

Documentation

Extension Settings

{
	// 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
}

Release Notes

1.0.1

  • Added documentation links for Express, React, Angular, Bootstrap, Sass, Gatsby, GraphQL, React Navive, Ionic

Issues

Please submit any issues or suggestions here.

Contribution

Fork the repo and submit pull requests.

About

A fork of @TylerMcGinn's VS Code extension that allows you to search external sites within the editor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published