I hosted the Workflow Editor in Isolated Shell in VSIX project. All is working well, I can show the designer surface and drag-drop the activities.
Now the problem is that the intellisense is not working. If I use custom types in any of the activities, when I hit dot with an object there is no intellisense. I have referenced all necessery Intellisense and Language assemblies, I believe.
My question is this: do I need to reference something else, or this just does not work?
It boils down to how the Expression Editor behaves, I guess. The whole point of moving this projcet from hosting under WPF to Isolated Shell project was to get the intellisense, as without it this re-hosting does not make any sense under any scenario.
Thank you.