Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/polyfrost/intelliprocessor

An IntelliJ plugin to add support for the ReplayMod preprocessor syntax
https://github.com/polyfrost/intelliprocessor

fabricmc forge idea idea-plugin intellij intellij-idea intellij-platform intellij-plugin intellisense minecraft modding preprocessor replaymod syntax syntax-highlighting

Last synced: about 1 month ago
JSON representation

An IntelliJ plugin to add support for the ReplayMod preprocessor syntax

Awesome Lists containing this project

README

        

# IntelliProcessor

![Build](https://github.com/Polyfrost/IntelliProcessor/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/24289.svg)](https://plugins.jetbrains.com/plugin/24289)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/24289.svg)](https://plugins.jetbrains.com/plugin/24289)

An IntelliJ plugin to add support for the ReplayMod [preprocessor syntax](https://github.com/ReplayMod/Preprocessor)

## Features

* Completion of preprocessor syntax such as `#if`, `#else`, and other variables
* Auto-completion of preprocessor comment blocks.
* Highlighting of preprocessor syntax and intellisense of variables
* Highlighting/intellisense of preprocessor comment blocks.
* Ability to "fold" preprocessor comment blocks.
* Auto-remapping within preprocessor comment blocks based on variables.
* Configurable jump to preprocessed file action.