项目作者: sblundy

项目描述 :
Elvish Shell Language Plugin for IntelliJ
高级语言: Kotlin
项目地址: git://github.com/sblundy/elvish-lang-plugin.git
创建时间: 2019-06-03T01:10:10Z
项目社区:https://github.com/sblundy/elvish-lang-plugin

开源协议:

下载


Elvish Shell Language Plugin

An IntelliJ Language Plugin for the Elvish shell.

Plugin page: https://plugins.jetbrains.com/plugin/12788-elvish-shell-language

Development

Building

Prerequisites

  • Java 11 JDK

The plugin uses Gradle to build from the command line.

  1. ./gradlew buildPlugin

Testing

Run the tests by:

  1. ./gradlew test

Most of the tests, PSI parsing particularly, are implemented as Parameterized Tests
with the parameter a file name (or basename) of the input file, from which the same of expected output files are derived.
These files can be found in src/test/resources. This system leverages the Jetbrains test framework.

References