workspaced.com.fsworkspace
-
Declaration
voidstart(stringdir, 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
voidstop();Unloads allocated strings
-
Declaration
voidaddImports(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"}