addIdeCommand method
void
addIdeCommand()
Adds the :ide command (alias :edit) to this registry.
Implementation
void addIdeCommand() => register(IdeCommand());
Adds the :ide command (alias :edit) to this registry.
void addIdeCommand() => register(IdeCommand());