[Mono-osx] How to display class/method descriptions during code completion?
Steve Lessard
s_lessard at yahoo.com
Mon Jan 3 13:05:22 EST 2011
If I understand your question correctly you are asking about the API tooltips
that appear when pressing Control-Shift-Space. In the .NET world on Windows (at
least with Visual Studio) those API tooltips come from an XML file. That XML
file has the same name as the assembly, but uses the extension .xml instead of
.dll.
Here's an example:
applejacks:/ slessard$ ls -las
/Library/Frameworks/Mono.framework/Versions/2.8.1/share/NAnt/bin/NAnt.VSNetTasks*
312 -rwxr-xr-x 1 root admin - 157184 Nov 22 09:19
/Library/Frameworks/Mono.framework/Versions/2.8.1/share/NAnt/bin/NAnt.VSNetTasks.dll
360 -rw-r--r-- 1 root admin - 181415 Nov 22 09:19
/Library/Frameworks/Mono.framework/Versions/2.8.1/share/NAnt/bin/NAnt.VSNetTasks.xml
applejacks:/ slessard$
________________________________
From: Regan Sarwas <rsarwas at gmail.com>
To: mono-osx at lists.ximian.com
Sent: Sat, January 1, 2011 12:26:58 PM
Subject: [Mono-osx] How to display class/method descriptions during code
completion?
I have started editing the summary tag in the xml doc files for some of the
classes I am reviewing, and I would like to check the results in MonoDevelop
before I submit. How are these edits made available to MonoDevelop?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-osx/attachments/20110103/38ec0612/attachment-0001.html
More information about the Mono-osx
mailing list