EditorInterface.isPluginEnabled

Returns true if the specified plugin is enabled. The plugin name is the same as its directory name.

struct EditorInterface
@nogc nothrow const
bool
isPluginEnabled
(
in String plugin
)

Meta