Posted 21 years ago
by priebe

I'm very impressed by SyntaxEditor so far. We are building in VB.NET scripting support
in our application, so it looks like this editor might really do the trick for us.
My question is about Intellisense. I think I understand how to get a trigger,
interpret it, and then populate the popup list, tips, etc.
I've copied example code to be able to auto-expand namespaces and types. But
I must admit, I don't have the expertise to take that to the next level and
allow for expansion of methods and properties for an arbitrary variable in the
code.
My concern is that this is non-trivial, and that if it's too difficult for the
developer of an editor to include, then I don't stand a chance. One reason we
look to buy a component like this is to leverage the expertise of the developer.
We are not experts in syntactic parsing of VB.NET and reflection.
Is there sample code anywhere to provide full "VS.NET-like" Intellisense for
VB.NET code?
TIA.
in our application, so it looks like this editor might really do the trick for us.
My question is about Intellisense. I think I understand how to get a trigger,
interpret it, and then populate the popup list, tips, etc.
I've copied example code to be able to auto-expand namespaces and types. But
I must admit, I don't have the expertise to take that to the next level and
allow for expansion of methods and properties for an arbitrary variable in the
code.
My concern is that this is non-trivial, and that if it's too difficult for the
developer of an editor to include, then I don't stand a chance. One reason we
look to buy a component like this is to leverage the expertise of the developer.
We are not experts in syntactic parsing of VB.NET and reflection.
Is there sample code anywhere to provide full "VS.NET-like" Intellisense for
VB.NET code?
TIA.