Posted By: Shrage | Jul 13th, 2006 @ 7:00 AM
page 1 of 1
Comments: 6 | Views: 5564
Shrage
Shrage
Let's Tallk
Can someone guid me how i can implement Intellisense in my own application i want to allow pepole to write C# or VB.NET i have done everythig to allow it, but i want to give them intellisense when writing the code? is ther any ready components that does background compilation or would help with any aspect of this

Their syntax editor is your best bet - you can pass it assemblies on the fly to help with intellisense.

 

http://www.actiprosoftware.com/Products/DotNet/Default.aspx


-Craig

ilya
ilya
Mastermind

You can take a look at SharpDevelop and how they do Intellisense.
ShareDevelop is an open source Dev IDE for .NET.

Here is a link to the screen where they do code completion and intellisense.
http://community.sharpdevelop.net/blogs/mattward/articles/FeatureTourCodeCompletion.aspx

And here is the link to their homepage
http://www.icsharpcode.net/OpenSource/SD/

I hope that helps.

Ilya

page 1 of 1
Comments: 6 | Views: 5564
Microsoft Communities