JetBrains / intellij-arend

Arend plugin for IntelliJ IDEA
Apache License 2.0
90 stars 12 forks source link

No run configuration for directories. #499

Closed sxhya closed 5 months ago

sxhya commented 5 months ago

In Arend popup there is automatic launcher for type checking whole Arend file but there is no comparable launcher for directories. See video below:

https://github.com/JetBrains/intellij-arend/assets/7237597/1a929f52-03ce-4992-95fb-46e7f061aad6

Of course it is easy to workaround this by simply creating an Arend Run configuration with correct "Arend module" input:

image

However, it would be more intuitive if such Run Configuration was created and launched from the popup-menu for Arend directories (in the same fashion this currently works for .ard-files).