Méthode | Description | |
---|---|---|
GetFilePath ( FilePath path ) : string | ||
GetFilePath ( |
||
GetFilePath ( string file ) : string | ||
GetMemberCompletionsAt ( string filename, int position ) : IEnumerable |
||
TypeScriptService ( |
||
UpdateLastEditTime ( FilePath file ) : void | ||
UpdateScripts ( ) : void |
public GetFilePath ( FilePath path ) : string | ||
path | FilePath | |
Résultat | string |
public GetFilePath ( |
||
file | ||
Résultat | string |
public GetFilePath ( string file ) : string | ||
file | string | |
Résultat | string |
public GetMemberCompletionsAt ( string filename, int position ) : IEnumerable |
||
filename | string | |
position | int | |
Résultat | IEnumerable |
public TypeScriptService ( |
||
project | ||
Résultat | System |
public UpdateLastEditTime ( FilePath file ) : void | ||
file | FilePath | |
Résultat | void |