Hi,
Is there a way to share the same VBProjectAssembly instance across multiple Actipro Syntax Editors ?
My scenario is the following:
- I use a global VBProjectAssembly that is registered by a VBSyntaxLanguage that is assigned to the Document
- Then I open the Editor, and Intellisense is showing me the expected available types
- I close the Editor and I add a new import, for example the System.IO namespace
- I reopen the Editor (a new instance) and the Intellisense is not showing the types from the System.IO. But if I type "Directory." I get the available static methods !
So it seems that Intellisense is not refreshed after I add an Import Namespace.
I tested and it works as expected if I use a new VBProjectAssembly instance each time, but I am really interested in using a Global VBProjectAssembly for all my Editors instances.
Thank you,
Alex.