NRefactory-Completion-Sample icon indicating copy to clipboard operation
NRefactory-Completion-Sample copied to clipboard

Can't really use as a library as too tightly bound to AvalonEdit / WPF

Open i00 opened this issue 8 years ago • 0 comments

You state that:

The project is structured so that the code completion part could be used directly as a library.

Yet the ICSharpCode.CodeCompletion project heavily relies on AvalonEdit and therefore WPF.

There should be no references to these if this was the case, and the code completion etc should be functions like:

GetIntellisenceItemsFromPosition(... etc

There should be another project that links the code completion to the AvalonEdit control.

Kris

i00 avatar Oct 23 '16 05:10 i00