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: 3 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-15T02:24:14.000Z (9 months ago)
- Last Synced: 2025-01-30T17:38:43.363Z (3 months 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: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# IntelliProcessor

[](https://plugins.jetbrains.com/plugin/24289)
[](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.