shuzijun / plantuml-parser

Convert the Java(or kotlin) source code to Plantuml
https://plugins.jetbrains.com/plugin/15524-plantuml-parser
Apache License 2.0
113 stars 27 forks source link

Ask to create folder (and subfolders) when using an non-existing directory. #9

Closed VNRARA closed 2 years ago

VNRARA commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when I first have to create a folder for the plugin to put a file in.

Describe the solution you'd like Check if folder exist: if not: Ask the user to create non-existing folder. Create folder(s) according to input from directory input field. Save .puml file in said directory.

Additional context Add any other context or screenshots about the feature request here.