Max Rydahl Andersen
Max Rydahl Andersen
Shouldn't it show/allow jbang templates ?
closing as no progress afaik and also don't really think jbang scripts/apps fits into intellij project wizard as is atm.
yeah there are the portable install options. windows/Powershell: `iex "& { $(iwr https://ps.jbang.dev) } app setup"` anything else: `curl -Ls https://sh.jbang.dev | bash -s - app setup`
Not seeing that as a lot of work for the plug-in. It just need to run async via invoke later and we can add better output to jbang if necessary....
Opening all new files is not a good approach IMO. Just search for the file name given to the init; if found open if not select new files but don't...
But not expected to have multiple files open. Annoying to users having to close what they don't need open.
If that can work even when project has no java info that would be awesome.
What is "invalid script cache" ? clearing cache ?
> > What is "invalid script cache" ? clearing cache ? > > is it necessary? Some developers worry about local scripts with sensitive data, such as jar generated from...
Yes. So that is what jbang cache clear does.