Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shyim/devenv-intelij
- Owner: shyim
- Created: 2023-04-20T17:13:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-23T08:38:37.000Z (6 months ago)
- Last Synced: 2024-10-12T09:16:07.757Z (about 1 month ago)
- Language: Kotlin
- Size: 1.36 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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...