workspaced.com.dfmt

  • Declaration

    void start();

  • Declaration

    void stop();

    Unloads dfmt. Has no purpose right now.

  • Declaration

    void format(AsyncCallback cb, string code, string[] arguments = []);

    Will format the code passed in asynchronously.

    Return Value

    the formatted code as string

    Call With: {"cmd": "dfmt"}