SublimeText / AdvancedNewFile

File creation plugin for Sublime Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not create file of folder on entering path in sublime text 3 build 3143

geeky3 opened this issue · comments

commented

I entered path to create file and folder, but on pressing enter it does not do anything. Any suggestions what might be causing this problem ??

Was there any stack trace in the Sublime text console? What did you use for your input string?

commented

I noticed that it does not work when working in laravel otherwise it works fine.
I entered following in laravel : /resources/assets/css/home/home.css

Without a console log, there isn't much we can do here because there could be a multitude of reasons for this, such as invalid characters, insufficient permissions on the file system, etc.

Closing this to clean up the issue list. If you can still reliably reproduce the issue and can provide a console log, I'll reopen.