Creating an unsaved file in INtelliJ ( save later option) Permanently deleted user Created April 22, 2018 03:07 Hello All, Is it possible to create a file without saving to the file system ( Unsaved file) ? Please advise. Best Regards Manoj K Nair
Depends. What do you need it for?
I am creating my custom virtual file and during the opening, I am asking the user whether he want to save it. If he says "Later", I have to open file in IDE without saving it in project path. This unsaved files should be able to saved later.
Looks like LightVirtualFile will suit your needs.
Thanks Roman!