Closed zle000 closed 7 months ago
For example:
require TestModule [export] def main TestModuleFunc("hi")
Would it be possible to receive prompts for the bound function TestModuleFunc ?
you need console utility (like dascript) or something like this compiled with all your modules and which able to run language server. Usually it's exactly dascript.exe but with additional NEED_MODULE(...) calls, to pull your specific modules.
For example:
Would it be possible to receive prompts for the bound function TestModuleFunc ?