workspaced.com.fsworkspace

  • Declaration

    void start(string dir, string[] additionalPaths = []);

    Load function for custom import management. Call with {"cmd": "load", "components": ["fsworkspace"]} Calling this will make fsworkspace the import-, string import- & file import provider!

  • Declaration

    void stop();

    Unloads allocated strings

  • Declaration

    void addImports(string[] values);

    Adds new import paths to the workspace. You can add import paths, string import paths or file paths.

    Call With: {"subcmd": "add:imports"}

  • Declaration

    string[] imports();

    Lists all import-, string import- & file import paths

    Call With: {"subcmd": "list:import"}