varabyte / kobweb-intellij-plugin

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

We now persist Kobweb Model metadata across restarts #39

Closed bitspittle closed 9 months ago

bitspittle commented 9 months ago

We also show an informative pop-up to users to kickstart the process if we detect they haven't generated the persisted data yet. This should only show up on existing Kobweb projects after the user installs the plugin. If the project is not related to Kobweb, or if it is a Kobweb project opened for the first time, it should not show up.

The Kobweb plugin lifecycle at this point is:

There's also now logic which checks if the project has at least one Kobweb dependency. If not, we make sure we don't show users the pop-up. We also early abort before checking / putting stuff into the KobwebProject cache in that case, which should save memory and time for those projects.

bitspittle commented 9 months ago

Abandoned for PR #40