linux-china / jetbrains-just-plugin

JetBrains Just Command Runner Plugin
https://plugins.jetbrains.com/plugin/18658-just
Apache License 2.0
35 stars 6 forks source link

New Justfile action overwrites existing file without prompt #9

Closed ruffCode closed 4 months ago

ruffCode commented 1 year ago

When attempting to create a new Justfile via File > New > Justfile there is no check performed for an existing Justfile.

Ideally, there should be a prompt to choose an action ( cancel, rename, overwrite), or at the very least prefix the filename newfile.just.

Thanks.