This plugin provides GNU Make language support:
- Syntax highlighting.
- Keyword and target name completion.
- Quick-doc for ## comments on a target line.
- Find Usages and Go to Symbol navigation for targets.
- Prerequisites resolution.
- Rules, variables, and conditionals folding.
- Quick-fixes to create new rules from unresolved prerequisites and remove empty rules.
In addition, the plugin provides support for running Make targets using:
- Make tool window
- Makefile run configurations
- Gutter icons
- Context actions
Plugin source code was previously located at
https://github.com/kropp/intellij-makefile/