Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olivernybroe/global-ray-intellij
A plugin for the ray installed globally
https://github.com/olivernybroe/global-ray-intellij
Last synced: about 2 months ago
JSON representation
A plugin for the ray installed globally
- Host: GitHub
- URL: https://github.com/olivernybroe/global-ray-intellij
- Owner: olivernybroe
- Created: 2022-03-10T08:24:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T14:17:18.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T11:08:54.999Z (2 months ago)
- Language: Kotlin
- Size: 1.29 MB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# A PhpStorm plugin that provides autocompletion for Global Ray
![Build](https://github.com/olivernybroe/global-ray-intellij/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/18749.svg)](https://plugins.jetbrains.com/plugin/18749)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/18749.svg)](https://plugins.jetbrains.com/plugin/18749)[Ray](https://myray.app) is a beautiful desktop application that helps you debug faster.
One of the ways to send debugging information to Ray, is to use the [Global Ray](https://github.com/spatie/global-ray) tool. It allows you to use `ray()` in any PHP file on your system.
This PhpStorm provides autocompletion for the `ray()` function in PhpStorm.
## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Global Ray" >
Install Plugin
- Manually:Download the [latest release](https://github.com/olivernybroe/global-ray-intellij/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