Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izhangzhihao/intellij-google-search
Add Google Search in your IntelliJ
https://github.com/izhangzhihao/intellij-google-search
google google-search intellij intellij-plugin kotlin
Last synced: 14 days ago
JSON representation
Add Google Search in your IntelliJ
- Host: GitHub
- URL: https://github.com/izhangzhihao/intellij-google-search
- Owner: izhangzhihao
- License: apache-2.0
- Created: 2022-10-23T00:59:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T12:12:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T16:13:51.643Z (29 days ago)
- Topics: google, google-search, intellij, intellij-plugin, kotlin
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/20230-google-search
- Size: 1.29 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# IntelliJ Google Search
![Build](https://github.com/izhangzhihao/intellij-google-search/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/20230.svg)](https://plugins.jetbrains.com/plugin/20230)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/20230.svg)](https://plugins.jetbrains.com/plugin/20230)[![YouTube](https://yt-embed.herokuapp.com/embed?v=EZULZgeGAK4)](https://www.youtube.com/watch?v=EZULZgeGAK4)
This is a Google Search plugin for IntelliJ platform, now you could quickly open google search page with your selected text just in your IDE.
Even more, you could search with your selected text in Stack Overflow!## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Google Search" >
Install Plugin
- Manually:Download the [latest release](https://github.com/izhangzhihao/intellij-google-search/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...---
Plugin based on the [IntelliJ Platform Plugin Template][template].[template]: https://github.com/JetBrains/intellij-platform-plugin-template