static get()

in src/PluginManager.js [56:58]


    static get (platform, locations, ideProject) {
        return new PluginManager(platform, locations, ideProject);
    }