NRefactory-Completion-Sample
NRefactory-Completion-Sample copied to clipboard
A small but full featured prototype how to do code completion with NRefactory
Please how to make your solution work on a textblock without using the Sample.cs files. I would like to use it on WF (Windows workflow fondation) project.
The project does not compile. Here is such an error: > Error CS0006 The metadata file "C: \ Users \ Admin \ Downloads \ NRefactory-Completion-Sample-master \ NRefactory-Completion-Sample-master \ Bin \...
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...
The following files have comments indicating they are GPL: CodeCompletionResult.cs CSharpCompletionContext.cs The following files have comments indicating both GPL and LGPL: CodeCompletionDataFactory.cs CSharpInsightItem.cs CSharpOverloadProvider.cs SegmentTrackingOutputFormatter.cs Any chance you'd be willing...
When initializing a variable with Type using fully qualified type name (and the using statement is not mentioned), code completion suggests improper type. For example, opening the sample and typing...
I'm guessing the "ScriptProvider" in "ICSharpCode.CodeCompletion.Sample" is supposed to allow the addition of assemblies however I can't seem to get this to work. Is this something anyone else has problems...
Hi Luke, In `OverrideCompletionData.cs` you use `var syntaxTree = new CSharpParser().Parse(document);` (as one of a handful of examples) where `document` here is of type `ICSharpCode.AvalonEdit.Document.TextDocument`. The `Parse(...)` method expects a...
Wrong caret position after moving the cursor to the next line in brackets, see video example here: http://db.tt/37NNTkEk I have fixed this bug by adding CSharpFormattingStrategy to AvalonEdit project. You...