Coder Social home page Coder Social logo

jammspread / intrasight Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 22.06 MB

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

License: MIT License

TypeScript 93.42% Shell 1.27% JavaScript 5.31%
vscode extension search stackoverflow vscode-extension search-interface

intrasight's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.