EditorInterface.setPluginEnabled

Sets the enabled status of a plugin. The plugin name is the same as its directory name.

struct EditorInterface
@nogc nothrow
void
setPluginEnabled
(
in String plugin
,
in bool enabled
)

Meta