'Is there any way to add glfw and gl functions to intelliJ autocomplete rather than adding import static org.lwjgl.opengl.GL11.* to every file

Is there any way to add GLFW and GL functions to IntelliJ autocomplete rather than adding import static org.lwjgl.opengl.GL11.* to every file

so when I type glClear it adds the static import automatically?

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source