varabyte / kobweb-intellij-plugin

An official IntelliJ IDE plugin to include Kobweb-specific enhancements and understanding to your project
Apache License 2.0
10 stars 2 forks source link

Add a way to detect if a PsiElement belongs to a Kobweb Project #33

Closed bitspittle closed 5 months ago

bitspittle commented 5 months ago

This works by adding a KobwebProject concept, which can detect if a module or artifact is a Kobweb application, library, or worker.

With this logic in place, we can add early abort steps to our actions to avoid running things if we don't need to.