Posted 18 years ago
by priebe

We're a little late to the party. We had licensed v2.0 and haven't kept up with updates. In v2.0, as I recall, while we could get Intelliprompt to come up on our classes and namespaces, we could not get it to prompt when someone was trying to use an instance of our classes. As I recall this just wasn't supported. Is this changed in v3.1 or 4.0beta?
For instance, if I have an assembly called:
Company.Component.dll with a Company.Component namespace
I add that as a referenece and then present a VB.Net syntax editor.
If the user types:
dim a as Company.Component -- we could then pop up an Intelliprompt that had the public classes
However, if the user then went on to type:
a. -- we could not prompt a list of public members accessible
Thanks for any insight.
For instance, if I have an assembly called:
Company.Component.dll with a Company.Component namespace
I add that as a referenece and then present a VB.Net syntax editor.
If the user types:
dim a as Company.Component -- we could then pop up an Intelliprompt that had the public classes
However, if the user then went on to type:
a. -- we could not prompt a list of public members accessible
Thanks for any insight.