C# Class CucumberLanguageServices.AuthoringScope

Inheritance: Microsoft.VisualStudio.Package.AuthoringScope
Afficher le fichier Open project: henritersteeg/cuke4vs

Méthodes publiques

Méthode 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

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

Method Details

AuthoringScope() public méthode

public AuthoringScope ( object parseResult ) : System
parseResult object
Résultat System

GetDataTipText() public méthode

public GetDataTipText ( int line, int col, TextSpan &span ) : string
line int
col int
span TextSpan
Résultat string

GetDeclarations() public méthode

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
Résultat Microsoft.VisualStudio.Package.Declarations

GetMethods() public méthode

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

Goto() public méthode

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
Résultat string