C# Class Spring.VisualStudio.Completion.SpringCompletionSource

Provides the completion sets for the Spring.NET XML configuration file.
Inheritance: ICompletionSource
Mostra file Open project: spring-projects/spring-net-vsnet

Public Methods

Method Description
AugmentCompletionSession ( ICompletionSession session, IList completionSets ) : void
Dispose ( ) : void

Private Methods

Method Description
CreateCompletionSet ( IEnumerable completions, ICompletionSession session, bool isSnippet ) : CompletionSet
CreateSpringCompletion ( Project prj, CodeType codeType, SpringCompletionType completionType ) : SpringCompletion
CreateTrackingSpan ( ICompletionSession session ) : ITrackingSpan
CreateTrackingSpanForSnippet ( ICompletionSession session ) : ITrackingSpan
GetCodeElements ( string text, CodeElements codeElements ) : CodeElements
GetCodeElementsCompletions ( Project prj, CodeElements codeElements, bool addInterfaces ) : IList
GetSnippetsCompletions ( ) : IEnumerable
GetSpringAliasesCompletions ( ) : IList
GetSummaryFromComment ( string comment ) : string
GetTypeCompletions ( string text, bool addInterfaces ) : IEnumerable
GetTypeCtorsArgs ( CodeType codeType ) : IList
GetTypeCtorsArgsNamesCompletions ( string typeName ) : IEnumerable
GetTypeProperties ( CodeType codeType ) : IList
GetTypePropertyCompletions ( string typeName ) : IEnumerable
GetTypePropertyValueCompletions ( string typeName, string propertyName, string text ) : IEnumerable
ResolveType ( Project prj, CodeType codeType ) : Type
SpringCompletionSource ( ITextBuffer textBuffer, IGlyphService glyphService, IVsEditorAdaptersFactoryService vsEditorAdaptersFactoryService, ITextStructureNavigatorSelectorService textStructureNavigatorSelectorService, System serviceProvider ) : System

Method Details

AugmentCompletionSession() public method

public AugmentCompletionSession ( ICompletionSession session, IList completionSets ) : void
session ICompletionSession
completionSets IList
return void

Dispose() public method

public Dispose ( ) : void
return void