Hi forum,
On the first time SyntaxEditor runs, it will build semantic files (used by IntelliPrompt) for all referenced assemblies and store them in the Cache folder of the executive assembly. There are a lot assembly files in my project and many of them I don't want to generate files on the Cache folder as they as useless for users and takes time to build initially.
What I want is to select only few needed DLL files to build their cache files, as they are actually declared by using in the code editor. So in the code editor, we just use “using” for namespaces of only selected assemblies, not the whole bunch of assemblies inside the project bin folder.
Thanks,
Dylan