antlr/jetbrains-plugin-st4

Name: jetbrains-plugin-st4

Owner: Antlr Project

Description: An intellij/jetbrains plugin for StringTemplate .st and .stg files

Created: 2015-11-09 17:27:04.0

Updated: 2018-04-17 11:41:52.0

Pushed: 2017-05-19 06:19:36.0

Homepage: null

Size: 2147

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

IntelliJ Idea Plugin for ANTLR v4

An IntelliJ 13.x, 14.x, 15 plugin for StringTemplatev4.

Plugin page at intellij

It understands .stg files (not .st files yet). For example,

Building

For those wanting to build and run this plug-in, you will need to manually generate the recognizers from the grammars in dir src/grammars/org/antlr/jetbrains/st4plugin/parsing. Using the ANTLR plugin, I right-click and configure ANTLR to make sure the package is org.antlr.jetbrains.st4plugin.parsing then right-click again and say “Generate …“. It will put the files up in gen dir under the root dir. Then you can build like any other Java code.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.