
By using the .Net Database Builder utility it is possible to add intellisensing for C# and Mono languages.
Here is how it is done:
- Select the Tags, .Net Database Builder menu.
- Type in a Database Name
- Select the assemblies to be added to the Tags database
- Hit the Create button to build the Tags database
- NOTE: The tags build process can take quite a while
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: Select all
String test;
test.
Note: To search for any C# definition use the Tags, Find... menu to bring up the Search Tag dialog.