简体   繁体   中英

Intellisense in rehosted workflow designer

Is it possible to enable intellisense in the rehosted workflow designer (as like in Visual studio)? if yes, how?

edit: the answer might be here , but I am afraid the posts' language are too technical and I don't truly understand what's being said

Basically you have to implement IExpressionEditorService and add that to your WorkflowDesigner. Check out this series of posts for a solution that is build on top of the VS2010 assemblies.

I came across a project with working IntelliSense enabled.

http://wfdesignerexpress.codeplex.com/

It is accomplished using custom ExpressionEditor and reflection. Unfortunately this project is written in VB.NET and its GUI and some of the comments are in japanese.

I have followed the many rabbit holes this line of enquiry leads to - eventually we went to the very helpful Actipro software who provide an Intelliprompt WPF control. They even wrote up the solution as a 'tip and trick' to guide us in how to use the control to achieve our goal. http://blog.actiprosoftware.com/post/2013/08/26/Enhancing-the-Windows-Workflow-Designer.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM