In my application, some import modules may be regenerated at run time.
In some cases, the import module may not exist when the editor is loaded, but may be generated within a short time..
Right now, if I start the editor and then change an imported module, the new changes are not picked up by intellisense.
Is there a way for me to tell the editor to reparse the document inculding the import modules?
Thanks.