Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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