We’re currently working on multiple SyntaxEditor for WPF features at the same time, while brainstorming some others that will be implemented in the future. One of the features we plan on implementing in the future is signature info, which is akin to the feature known as parameter info in Visual Studio 2008. The term “signature” is used in the VS 2010 object model and does make more sense than “parameter” since sometimes the displayed items in the popup don’t have parameters.
We’d like to know what features you’d like to have implemented for signature info. We have some initial ideas laid out here but some helpful comments from our customers would be:
- How would you like to populate the data for this feature?
- What sort of object model design would you like? We know there will be an ISignatureInfoSession, but should we separate things out to have the “items” of the session be called ISignature, and have each one of those have zero or more ISignatureParameter items? This way the signature could more easily know which parameter is current and therefore which to bold.
- Which options would you like to see?
- Have any other suggestions?
Please post comments here or email us with suggestions. Now is the time to get your thoughts in!