Intellisense with AvalonEdit

4.8k Views Asked by At

I have not found any good example or article about this, there is some code in this example, but its very basic and not usable for a real situation...

http://www.codeproject.com/KB/edit/AvalonEdit.aspx

1

There are 1 best solutions below

0
On BEST ANSWER

The canonical example of using Intellisense with AvalonEdit is probably SharpDevelop, you could start looking at how the CompletionWindow is used in SharpDevelop, and start exploring the code that invokes it.