2 changed files with 0 additions and 14 deletions
@ -1,13 +0,0 @@
@@ -1,13 +0,0 @@
|
||||
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
|
||||
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
|
||||
|
||||
using System; |
||||
|
||||
namespace ICSharpCode.SharpDevelop.Editor.CodeCompletion |
||||
{ |
||||
public interface ICompletionItemHandler |
||||
{ |
||||
void Insert(CompletionContext context, ICompletionItem item); |
||||
bool Handles(ICompletionItem item); |
||||
} |
||||
} |
Loading…
Reference in new issue