diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2af0494 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# IntelliProcessor + +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. |