Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/polyfrost/intelliprocessor
- Owner: Polyfrost
- License: gpl-3.0
- Created: 2023-08-25T08:50:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-15T02:24:14.000Z (3 months ago)
- Last Synced: 2024-10-09T18:40:16.226Z (about 1 month ago)
- Topics: fabricmc, forge, idea, idea-plugin, intellij, intellij-idea, intellij-platform, intellij-plugin, intellisense, minecraft, modding, preprocessor, replaymod, syntax, syntax-highlighting
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/24289-intelliprocessor
- Size: 228 KB
- Stars: 17
- Watchers: 0
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.