https://github.com/pest-parser/intellij-pest
pest grammar file support for all JetBrains IDEs
https://github.com/pest-parser/intellij-pest
Last synced: 8 months ago
JSON representation
pest grammar file support for all JetBrains IDEs
- Host: GitHub
- URL: https://github.com/pest-parser/intellij-pest
- Owner: pest-parser
- License: apache-2.0
- Created: 2019-03-04T08:19:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T18:16:21.000Z (about 1 year ago)
- Last Synced: 2025-09-17T06:46:38.140Z (9 months ago)
- Language: Kotlin
- Homepage:
- Size: 396 KB
- Stars: 36
- Watchers: 5
- Forks: 5
- Open Issues: 357
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# intellij-pest
[![JB][d-svg]][jb]
[![JB][v-svg]][jb]
[![Build Status][tv-svg]][tv-url]
[![Build status][av-svg]][av-url]
[d-svg]: https://img.shields.io/jetbrains/plugin/d/12046-pest.svg
[v-svg]: https://img.shields.io/jetbrains/plugin/v/12046-pest.svg
[jb]: https://plugins.jetbrains.com/plugin/12046-pest
[tv-url]: https://travis-ci.org/pest-parser/intellij-pest
[tv-svg]: https://travis-ci.org/pest-parser/intellij-pest.svg?branch=master
[av-url]: https://ci.appveyor.com/project/dragostis/intellij-pest-3fx8c/branch/master
[av-svg]: https://img.shields.io/appveyor/ci/dragostis/intellij-pest-3fx8c/master.svg?label=appveyor
[av-zip]: https://ci.appveyor.com/project/dragostis/intellij-pest-3fx8c/branch/master/artifacts
The IntelliJ IDEA plugin for [Pest](https://pest.rs).
## Features
See [JetBrains Plugin Marketplace][jb] page.
This plugin features in a bundled pest-vm which can do real-time syntax highlighting for you.
## Maintainer
+ [@ice1000](https://github.com/ice1000)
## Videos
There's a video about the *Live Preview* functionality.
+ [YouTube][YouTube]
+ [Bilibili][Bilibili]
[YouTube]: https://www.youtube.com/watch?v=AnUhekAENm4
[Bilibili]: https://www.bilibili.com/video/av49762905/
## Screenshots
### Rust code injection

### Completion

### Rename

### Inline

### Extract rule

### Completion under white theme

### Miscellaneous highlighting


Unstable per-commit build can be downloaded from [AppVeyor page][av-zip]