Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.41 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.41 KB

ConcourseCI Support for IntelliJ

Build Version Downloads

What does it do

This plugin integrates knowledge about ConcourseCI pipeline files in IntelliJ based IDEs.

Structure:

  • the plugin provides a JSON schema to the IDE to provide stable autocompletion and validation for keys in both pipelines and task files

Validation:

  • the plugin provides some inspections to avoid referencing invalid data

Installation

  • Using IDE built-in plugin system:

    Preferences > Plugins > Marketplace > Search for "idea-concourse" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

License

MIT