Skip to content

Latest commit

 

History

History

makefile

Makefile support for IntelliJ-based IDEs

Get it from JetBrains Marketplace: https://plugins.jetbrains.com/plugin/9333-makefile-support

This plugin was originally developed there: https://github.com/kropp/intellij-makefile

Plugin for editing Makefiles in IntelliJ-based IDEs.

Fully supports GNU Make syntax.

Provides:

  • syntax highlighting
  • keywords & target names completion
  • run configurations
  • gutter marks & context actions to run targets
  • quick-doc for ## comments on target line
  • find usages and Go To Symbol navigation for targets
  • prerequisites resolution
  • rules, variables and conditionals folding
  • quick fixes to create new rule from unresolved prerequisite and remove empty rule

GNU head icon licensed under CC-BY-SA 2.0