Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shyim/devenv-intelij

Add support for Devenv in Intelij
https://github.com/shyim/devenv-intelij

Last synced: 23 days ago
JSON representation

Add support for Devenv in Intelij

Awesome Lists containing this project

README

        

# devenv-intelij

![Build](https://github.com/shyim/devenv-intelij/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/23136.svg)](https://plugins.jetbrains.com/plugin/23136)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/23136.svg)](https://plugins.jetbrains.com/plugin/23136)

This plugin adds some utilities to simplify the Devenv.sh configuration for Intelij IDEs.

Right now it supports only PHP as language.

- Detect Devenv project and configure a PHP interpreter
- Pcov or XDebug executables are preferred, to be used in Test runner
- Automatically injection of Devenv environment variables into the IDE like Test runner

## Installation

- Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "devenv-intelij" >
Install Plugin

- Manually:

Download the [latest release](https://github.com/shyim/devenv-intelij/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...