Currently I don't get any code completion for the following code:
var file = Components.classes["@mozilla.org/file/local;1"]
.createInstance(Components.interfaces.nsILocalFile);
file.initWithPath(filePath); // I would like to be able to enum members of the nsILocalFile interface
Currently I don't get any code completion for the following code:
var file = Components.classes["@mozilla.org/file/local;1"]
.createInstance(Components.interfaces.nsILocalFile);
file.initWithPath(filePath); // I would like to be able to enum members of the nsILocalFile interface