Max Rydahl Andersen
Max Rydahl Andersen
this is not something that should be done by jbang idea plugin imo - at least not in its final form. users should not be encouraged to edit build.gradle when...
I really don't think this is right. Sure it's a nice feature but we should NOT assume build.gradle even exist.
I'm concerned whatever this sync does it gets out of sync (no pun intended :) with how jbang edit works; especially upcoming jbang edit . (see https://github.com/jbangdev/jbang/pull/1042). p.s. could we...
I really do not think the same action should be used to sync from build.gralde to java file and the java file to idea library. It's not symmetrical actions.
the feature is interesting (similar could be done for maven) but should be in separate actions. so if interested in tuning that keep it in a separate action "Sync JBang...
Open the pr on jbang then we'll get that reviewed. I don't expect an issue.
Not following what you want here? You don't want to show user configured templates by default?
this been implemented for a while now.
p.s. restarting idea or reopen project sync works. So some kind of state is not updated right.
found the culprit - jetbrains save on focus change thus if you don't click into another file or view the content of file is not changed thus when jbang runs...