Problem
When working in map/solo.ini files modules have to be removed with the RemoveModule keyword followed by the moduletag of the module the user wishes to remove. Currently there is no support for showing completions or diagnostics for existing module tags or errors for none existing ones.
Proposal
Have the server keep track of the module tags for each object, and use it for completions and diagnostics. Potentially also like a reference so the user can go to the implementation of that module.
Problem
When working in map/solo.ini files modules have to be removed with the
RemoveModulekeyword followed by the moduletag of the module the user wishes to remove. Currently there is no support for showing completions or diagnostics for existing module tags or errors for none existing ones.Proposal
Have the server keep track of the module tags for each object, and use it for completions and diagnostics. Potentially also like a reference so the user can go to the implementation of that module.