What does the "Make" tool window do? Vincej 创建于 2023年03月09日 21:45 I tried searching through the docs, but could find anything as the work "Make" is so common.
Hi there,
If I'm getting you correctly it comes from "Makefile Language" plugin: https://plugins.jetbrains.com/plugin/9333-makefile-language
The "Make" toolwindow is used to run the targets from your Makefile files (similar to npm tasks, phing tasks, Robo, gulp/grunt etc)
Here is a screen shot. You can find it under View -> Tool Window -> Make
Yes, this toolwindow is provided by the aforementioned "Makefile Language" plugin.