aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

Tooltip Funkyness #519

Closed Orvid closed 10 years ago

Orvid commented 10 years ago

Currently this:

@optional
@serializeAs("deco")
string decoratedName;

Shows up in a tooltip as:

@serializeAs("deco,) @optional string decoratedName

Note the use of a comma rather than a closing double quote. It would also be nice if the 2 attributes showed up in the same order on the tooltip as they do in the source-code, but that isn't a requirement. If they aren't going to be in the same order as the source, then make them alphabetical.