C# Class CucumberLanguageServices.AuthoringScope

Inheritance: Microsoft.VisualStudio.Package.AuthoringScope
Show file Open project: henritersteeg/cuke4vs

Public Methods

Method Description
AuthoringScope ( object parseResult ) : System
GetDataTipText ( int line, int col, TextSpan &span ) : string
GetDeclarations ( IVsTextView view, int line, int col, Microsoft.VisualStudio.Package.TokenInfo info, ParseReason reason ) : Microsoft.VisualStudio.Package.Declarations
GetMethods ( int line, int col, string name ) : Microsoft.VisualStudio.Package.Methods
Goto ( Microsoft.VisualStudio.VSConstants cmd, IVsTextView textView, int line, int col, TextSpan &span ) : string

Private Methods

Method Description
GetTokenInfoOfFirstTokenOnLine ( IVsTextView view, int line, int col ) : Microsoft.VisualStudio.Package.TokenInfo

Method Details

AuthoringScope() public method

public AuthoringScope ( object parseResult ) : System
parseResult object
return System

GetDataTipText() public method

public GetDataTipText ( int line, int col, TextSpan &span ) : string
line int
col int
span TextSpan
return string

GetDeclarations() public method

public GetDeclarations ( IVsTextView view, int line, int col, Microsoft.VisualStudio.Package.TokenInfo info, ParseReason reason ) : Microsoft.VisualStudio.Package.Declarations
view IVsTextView
line int
col int
info Microsoft.VisualStudio.Package.TokenInfo
reason ParseReason
return Microsoft.VisualStudio.Package.Declarations

GetMethods() public method

public GetMethods ( int line, int col, string name ) : Microsoft.VisualStudio.Package.Methods
line int
col int
name string
return Microsoft.VisualStudio.Package.Methods

Goto() public method

public Goto ( Microsoft.VisualStudio.VSConstants cmd, IVsTextView textView, int line, int col, TextSpan &span ) : string
cmd Microsoft.VisualStudio.VSConstants
textView IVsTextView
line int
col int
span TextSpan
return string