Zeus Forum Index Zeus
Use this forum to ask for help, submit a bug report or make a suggestion.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Intellisensing for the C# an Mono Languages

 
Post new topic   Reply to topic    Zeus Forum Index -> Tips and Tricks
View previous topic :: View next topic  
Author Message
jussij
Site Admin


Joined: 13 Aug 2004
Posts: 1448

PostPosted: Fri Aug 26, 2005 12:26 am    Post subject: Intellisensing for the C# an Mono Languages Reply with quote

Note: The latest version of Zeus IDE adds an option to create a tags database directly from the assembly Wink

By using the .Net Database Builder utility it is possible to add intellisensing for C# and Mono languages.

Here is how it is done:
  1. Select the Tags, .Net Database Builder menu.
  2. Type in a Database Name
  3. Select the assemblies to be added to the Tags database
  4. Hit the Create button to build the Tags database
  5. NOTE: The tags build process can take quite a while
Once the tags database build is complete, edit the C# document type and add the newly created tags database to the Tags Section of the document type.

For example, assume the C# Core tags database is created by adding the mscorlib, System assemblies using the process described ablove.

After the C# Core is bound to the C# document type the following code should result in the display of intellisense information for the String class.
Code:
String test;
test.

Note: To go to the definition of String, place the cursor on the word and use the Tags, Find current word menu.

Note: To search for any C# definition use the Tags, Find... menu to bring up the Search Tag dialog.


Last edited by jussij on Fri Jun 23, 2006 12:34 am; edited 2 times in total
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Zeus Forum Index -> Tips and Tricks All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group