Asynchronously finds all definitions of a symbol in the import paths.
Asynchronously lints the file passed. If you provide code and DScanner supports reading from stdin (stable 0.4.0 and above) then code will be used.
Asynchronously lists all definitions in the specified file. If you provide code and DScanner supports reading from stdin (stable 0.4.0 and above) then code will be used.
Load function for dscanner. Call with {"cmd": "load", "components": ["dscanner"]} This will store the working directory and executable name for future use. It also checks for the version. All dub methods are used with "cmd": "dscanner"
Unloads dscanner. Has no purpose right now.