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

https://github.com/adamwojs/platformsh-plugin


https://github.com/adamwojs/platformsh-plugin

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# platformsh-plugin

![Build](https://github.com/adamwojs/platformsh-plugin/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/18729.svg)](https://plugins.jetbrains.com/plugin/18729)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/18729.svg)](https://plugins.jetbrains.com/plugin/18729)

Unofficial integration with Platform.sh, providing:

- Code completion for .platform/services.yaml
- Code completion for .platform/routes.yaml
- Code completion for .platform.app.yaml
- Shell Script language injection into suitable key (e.g. hooks, cron commands etc.)

## Installation

- Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "platformsh-plugin" >
Install Plugin

- Manually:

Download the [latest release](https://github.com/adamwojs/platformsh-plugin/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