- added error notification when file creation failed.
- you can change the quote style in the settings- default style is single quote
"indexerator.quote" : "double"
or
"indexerator.quote" : "single"
- you can change the file name that indexerator creates on settings.json (the default is index if you won't change it),
"indexerator.exportFileName": "public_api"
fix extesion crash when the folder is empty #1 - Tahnks to jm06487 for reporting it.
- Open to suggestions.