Skip to content

olivernybroe/global-ray-intellij

Repository files navigation

A PhpStorm plugin that provides autocompletion for Global Ray

Build Version Downloads

Ray 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 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 and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.